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" }