chore: bump to 0.6.1

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2023-10-03 01:04:45 +02:00
parent f6dfab51af
commit ec46e95a70
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ android {
applicationId "chat.revolt"
minSdk 24
targetSdk 34
versionCode Integer.parseInt("000_006_000".replaceAll("_", ""), 10)
versionName "0.6.0"
versionCode Integer.parseInt("000_006_001".replaceAll("_", ""), 10)
versionName "0.6.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {