Skip to content

Commit

Permalink
Bumped version to 1.5.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackDuba committed Feb 22, 2025
1 parent ab963f6 commit 1d3a76e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ plugins {
}

// Remember to update Constants.APP_VERSION when changing this version
val projectVersion = "1.4.3"
val projectVersion = "1.5.0-beta01"

val projectName = "Gitnuro"

// Required for JPackage, as it doesn't accept additional suffixes after the version.
val projectVersionSimplified = "1.4.3"
val projectVersionSimplified = "1.5.0"

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.4.3"
const val APP_VERSION_CODE = 17
const val APP_VERSION = "1.5.0-beta01"
const val APP_VERSION_CODE = 18
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
}

Expand Down

0 comments on commit 1d3a76e

Please sign in to comment.