Skip to content

Commit 1f0ea55

Browse files
committed
Bumped version to 1.5.0-beta02
1 parent c2fe9fe commit 1f0ea55

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,7 +17,7 @@ plugins {
1717
}
1818

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

2222
val projectName = "Gitnuro"
2323

@@ -166,7 +166,7 @@ task("fatJarLinux", type = Jar::class) {
166166
"x86_64"
167167
}
168168

169-
archiveBaseName.set("$projectName-linux-$archSuffix")
169+
archiveBaseName.set("$projectName-linux-$archSuffix-$projectVersion")
170170
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
171171

172172
manifest {

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.5.0-beta01"
26-
const val APP_VERSION_CODE = 18
25+
const val APP_VERSION = "1.5.0-beta02"
26+
const val APP_VERSION_CODE = 19
2727
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
2828
}
2929

0 commit comments

Comments
 (0)