Moved version to v1.3.0

This commit is contained in:
Abdelilah El Aissaoui 2023-09-22 01:03:03 +02:00
parent 3c20a5a141
commit 59a9b270a7
No known key found for this signature in database
GPG key ID: 7587FC860F594869
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ plugins {
}
// Remember to update Constants.APP_VERSION when changing this version
val projectVersion = "1.2.1"
val projectVersion = "1.3.0"
val projectName = "Gitnuro"
val rustGeneratedSource = "${buildDir}/generated/source/uniffi/main/com/jetpackduba/gitnuro/java"

View file

@ -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.2.1"
const val APP_VERSION_CODE = 9
const val APP_VERSION = "1.3.0"
const val APP_VERSION_CODE = 10
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
}