diff --git a/README.md b/README.md index 404f9fd..6db6d8e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Lorenz releases can be obtained through Maven Central: ### Gradle ```groovy -implementation 'org.cadixdev:lorenz:0.5.6' +implementation 'org.cadixdev:lorenz:0.5.7' ``` ### Maven @@ -40,7 +40,7 @@ implementation 'org.cadixdev:lorenz:0.5.6' org.cadixdev lorenz - 0.5.6 + 0.5.7 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 2518a56..b841210 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ val isSnapshot = version.toString().endsWith("-SNAPSHOT") allprojects { group = "org.cadixdev" - version = "0.5.7-SNAPSHOT" + version = "0.5.7" } subprojects {