Version bump to 1.4.0-beta01

This commit is contained in:
Abdelilah El Aissaoui 2024-09-02 15:52:46 +02:00
parent dfa9ea2307
commit 9e0052ef0d
No known key found for this signature in database
GPG Key ID: 7587FC860F594869
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ plugins {
} }
// Remember to update Constants.APP_VERSION when changing this version // 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 projectName = "Gitnuro"
val rustGeneratedSource = "${layout.buildDirectory.get()}/generated/source/uniffi/main/com/jetpackduba/gitnuro/java" val rustGeneratedSource = "${layout.buildDirectory.get()}/generated/source/uniffi/main/com/jetpackduba/gitnuro/java"

View File

@ -22,8 +22,8 @@ object AppConstants {
const val APP_NAME = "Gitnuro" const val APP_NAME = "Gitnuro"
const val APP_DESCRIPTION = 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." "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 = "1.4.0-beta01"
const val APP_VERSION_CODE = 11 const val APP_VERSION_CODE = 12
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json" const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
} }