diff --git a/app/build.gradle b/app/build.gradle index 7a0b27cf..06af6c60 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,8 +56,8 @@ android { applicationId "chat.revolt" minSdk 24 targetSdk 34 - versionCode Integer.parseInt("000_005_003".replaceAll("_", ""), 10) - versionName "0.5.3" + versionCode Integer.parseInt("000_006_000".replaceAll("_", ""), 10) + versionName "0.6.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {