Skip to content

Commit 1d3a76e

Browse files
committed
Bumped version to 1.5.0-beta01
1 parent ab963f6 commit 1d3a76e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ plugins {
1717
}
1818

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

2222
val projectName = "Gitnuro"
2323

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

2727
val rustGeneratedSource = "${layout.buildDirectory.get()}/generated/source/uniffi/main/com/jetpackduba/gitnuro/java"
2828

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ object AppConstants {
2222
const val APP_NAME = "Gitnuro"
2323
const val APP_DESCRIPTION =
2424
"Gitnuro is a Git client that allows you to manage multiple repositories with a modern experience and live visual representation of your repositories' state."
25-
const val APP_VERSION = "1.4.3"
26-
const val APP_VERSION_CODE = 17
25+
const val APP_VERSION = "1.5.0-beta01"
26+
const val APP_VERSION_CODE = 18
2727
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
2828
}
2929

0 commit comments

Comments
 (0)