From 685769a154019445381511ae2aec48236a636ec2 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Thu, 7 Apr 2022 18:44:52 +0200 Subject: [PATCH] Increased project version to 0.1.1 --- build.gradle.kts | 2 +- src/main/kotlin/app/AppConstants.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 75ddd80..59955d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } // Remember to update Constants.APP_VERSION when changing this version -val projectVersion = "0.1.0" +val projectVersion = "0.1.1" val projectName = "Gitnuro" group = "com.jetpackduba" diff --git a/src/main/kotlin/app/AppConstants.kt b/src/main/kotlin/app/AppConstants.kt index e3157b8..d41cb55 100644 --- a/src/main/kotlin/app/AppConstants.kt +++ b/src/main/kotlin/app/AppConstants.kt @@ -17,7 +17,7 @@ object AppConstants { // Remember to update build.gradle when changing this const val APP_NAME = "Gitnuro" const val APP_DESCRIPTION = "Gitnuro is a Git client that allows you to manage multiple repositories with a modern experience and live visual representation of your repositories' state." - const val APP_VERSION = "0.1.0" + const val APP_VERSION = "0.1.1" const val APP_VERSION_CODE = 1 const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json" }