From 67278af03ddc36551ec5ec6a6aed2b90caa90b21 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 12 Feb 2022 23:00:43 +0100 Subject: [PATCH] Bump version to 0.7.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a77b4e4..53bfc6e 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.6.0 + 0.7.0 ``` @@ -24,7 +24,7 @@ To add a dependency using Gradle: ```gradle dependencies { - implementation 'net.fornwall:jelf:0.6.0' + implementation 'net.fornwall:jelf:0.7.0' } ``` diff --git a/build.gradle b/build.gradle index 28291cf..d8b32f6 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { } group = "net.fornwall" -version = "0.6.0" +version = "0.7.0" sourceCompatibility = 1.8 dependencies {