Bump version (v2.0.1)

This commit is contained in:
auth 2024-04-10 22:43:04 +02:00 committed by GitHub
parent 79a58ee89e
commit 8712e38a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,8 +5,8 @@ plugins {
alias(libs.plugins.kotlinAndroid) apply false
}
var versionName = "2.0.0"
var versionCode = 200
var versionName = "2.0.1"
var versionCode = 201
rootProject.ext.set("appVersionName", versionName)
rootProject.ext.set("appVersionCode", versionCode)