From 14ac15344d0494094fbf42edea7bd2be80d84278 Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Sun, 27 Aug 2023 22:42:02 +0200 Subject: [PATCH] build: bump versionCode to 21 and versionName to 0.13.0 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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