diff --git a/build.gradle.kts b/build.gradle.kts index bdaa8ae8..c3b0f9d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,5 +24,5 @@ tasks.create("clean") { delete(rootProject.buildDir) } -val appVersionCode by extra { 14 } -val appVersionName by extra { "0.8.0" } \ No newline at end of file +val appVersionCode by extra { 15 } +val appVersionName by extra { "0.9.0" } \ No newline at end of file