diff --git a/build.gradle.kts b/build.gradle.kts index 9d27e23b0c..6d3f1e13db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,5 +36,5 @@ tasks.create("clean") { delete(rootProject.layout.buildDirectory) } -val appVersionCode by extra { 21 } -val appVersionName by extra { "0.13.0" } \ No newline at end of file +val appVersionCode by extra { 22 } +val appVersionName by extra { "0.13.1" } \ No newline at end of file