diff --git a/build.gradle.kts b/build.gradle.kts index 7b6465fc..ad298850 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,5 +37,5 @@ tasks.create("clean") { delete(rootProject.layout.buildDirectory) } -val appVersionCode by extra { 20 } -val appVersionName by extra { "0.12.0" } \ No newline at end of file +val appVersionCode by extra { 21 } +val appVersionName by extra { "0.13.0" } \ No newline at end of file