Skip to content

Commit b7c8e33

Browse files
committed
Bumped version to 1.5.0-rc01
1 parent 6237137 commit b7c8e33

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
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
// Remember to update Constants.APP_VERSION when changing this version
20-
val projectVersion = "1.5.0-beta02"
20+
val projectVersion = "1.5.0-rc01"
2121

2222
val projectName = "Gitnuro"
2323

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

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

0 commit comments

Comments
 (0)