Skip to content

Commit d0afc67

Browse files
committed
Changed version to v1.5.0
1 parent a8b7102 commit d0afc67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ val linuxArmTarget = "aarch64-unknown-linux-gnu"
2020
val linuxX64Target = "x86_64-unknown-linux-gnu"
2121

2222
// Remember to update Constants.APP_VERSION when changing this version
23-
val projectVersion = "1.5.0-rc02"
23+
val projectVersion = "1.5.0"
2424

2525
val projectName = "Gitnuro"
2626

src/main/kotlin/com/jetpackduba/gitnuro/AppConstants.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ object AppConstants {
2424
const val APP_NAME = "Gitnuro"
2525
const val APP_DESCRIPTION =
2626
"Gitnuro is a Git client that allows you to manage multiple repositories with a modern experience and live visual representation of your repositories' state."
27-
const val APP_VERSION = "1.5.0-rc02"
28-
const val APP_VERSION_CODE = 21
27+
const val APP_VERSION = "1.5.0"
28+
const val APP_VERSION_CODE = 22
2929
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
3030
}
3131

0 commit comments

Comments
 (0)