Skip to content

Commit 9bf7ca7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)