From 9be815c70263e731c84c1ae1da5ddf4496442dde Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 30 Jul 2023 23:52:48 +0200 Subject: [PATCH] Bump version to 0.9.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4c6f58..077cc16 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To add a dependency on JElf using Maven, use the following: net.fornwall jelf - 0.8.0 + 0.9.0 ``` @@ -24,7 +24,7 @@ To add a dependency using Gradle: ```gradle dependencies { - implementation 'net.fornwall:jelf:0.8.0' + implementation 'net.fornwall:jelf:0.9.0' } ``` diff --git a/build.gradle b/build.gradle index a665693..79b50ff 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { java { group = "net.fornwall" - version = "0.8.0" + version = "0.9.0" sourceCompatibility = 1.8 withJavadocJar() withSourcesJar()