Skip to content

Commit edcefd7

Browse files
committed
Changed version to 1.4.1
1 parent 01b0827 commit edcefd7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ plugins {
1212
kotlin("jvm") version "2.0.0"
1313
kotlin("plugin.serialization") version "2.0.20"
1414
id("com.google.devtools.ksp") version "2.0.20-1.0.24"
15-
id("org.jetbrains.compose") version "1.7.0-beta02"
15+
id("org.jetbrains.compose") version "1.7.0"
1616
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
1717
}
1818

1919
// Remember to update Constants.APP_VERSION when changing this version
20-
val projectVersion = "1.4.0"
20+
val projectVersion = "1.4.1"
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.0"
25+
val projectVersionSimplified = "1.4.1"
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.0"
26-
const val APP_VERSION_CODE = 14
25+
const val APP_VERSION = "1.4.1"
26+
const val APP_VERSION_CODE = 15
2727
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
2828
}
2929

0 commit comments

Comments
 (0)