From 7887e6eb03ee1ce9ce3be634b1405d6d001fb2b4 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 18 Aug 2025 09:52:53 -0600 Subject: [PATCH] 0.4.5 --- .idea/misc.xml | 2 +- app/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index f4fad8e..976db11 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 12794fa..fd4402b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,8 +14,8 @@ android { applicationId = "com.atridad.openclimb" minSdk = 31 targetSdk = 36 - versionCode = 11 - versionName = "0.4.4" + versionCode = 12 + versionName = "0.4.5" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }