diff --git a/build.gradle.kts b/build.gradle.kts index 9746567..213ced6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ import org.junit.platform.gradle.plugin.JUnitPlatformExtension /* -------------------------------------------------------------------------- */ group = "at.phatbl" -version = "0.1.0" +version = "1.0.0" val kotlinVersion: String by extra project.logger.lifecycle("kotlinVersion: $kotlinVersion") diff --git a/src/main/resources/VERSION.txt b/src/main/resources/VERSION.txt index 6c6aa7c..afaf360 100644 --- a/src/main/resources/VERSION.txt +++ b/src/main/resources/VERSION.txt @@ -1 +1 @@ -0.1.0 \ No newline at end of file +1.0.0 \ No newline at end of file