Skip to content

Commit

Permalink
Bumped version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackDuba committed Oct 1, 2024
1 parent fcecd03 commit 4cc87a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
}

// Remember to update Constants.APP_VERSION when changing this version
val projectVersion = "1.4.0-rc01"
val projectVersion = "1.4.0"

val projectName = "Gitnuro"

Expand Down
4 changes: 2 additions & 2 deletions src/main/kotlin/com/jetpackduba/gitnuro/AppConstants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ object AppConstants {
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 = "1.4.0-rc01"
const val APP_VERSION_CODE = 13
const val APP_VERSION = "1.4.0"
const val APP_VERSION_CODE = 14
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
}

Expand Down

0 comments on commit 4cc87a7

Please sign in to comment.