Skip to content

Commit

Permalink
Version bump to 1.4.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackDuba committed Sep 2, 2024
1 parent dfa9ea2 commit 9e0052e
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.3.1"
val projectVersion = "1.4.0-beta01"
val projectName = "Gitnuro"
val rustGeneratedSource = "${layout.buildDirectory.get()}/generated/source/uniffi/main/com/jetpackduba/gitnuro/java"

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.3.1"
const val APP_VERSION_CODE = 11
const val APP_VERSION = "1.4.0-beta01"
const val APP_VERSION_CODE = 12
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
}

Expand Down

0 comments on commit 9e0052e

Please sign in to comment.