diff --git a/build.gradle.kts b/build.gradle.kts index aa37d12..a5e8a68 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { jacoco } -val appVersion = "1.0.0" +val appVersion = "1.1.0" group = "com.github.ai.autokpass" version = appVersion diff --git a/src/main/resources/version.properties b/src/main/resources/version.properties index 42e0978..9cc737d 100644 --- a/src/main/resources/version.properties +++ b/src/main/resources/version.properties @@ -1,3 +1,3 @@ #File is generated by Gradle -#Sun Feb 12 18:17:04 CET 2023 -version=1.0.0 +#Wed Nov 08 20:17:28 CET 2023 +version=1.1.0