chore: bump to 0.3.0

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-05-30 00:05:34 +02:00
parent cbf1e7663c
commit f0fb105ed3
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ android {
applicationId "chat.revolt"
minSdk 24
targetSdk 33
versionCode Integer.parseInt("000_002_000".replaceAll("_", ""), 10)
versionName "0.2.0"
versionCode Integer.parseInt("000_003_000".replaceAll("_", ""), 10)
versionName "0.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {