feat: bump version to v0.3.0 (versionCode 3)

New features: Site Metadata, Tags CRUD, Members API,
Newsletter Sending, Email-only Posts, Media Upload,
File Upload, Pages API.
This commit is contained in:
Paweł Orzech 2026-03-20 01:00:40 +01:00
parent e71d15805c
commit 29927a7638

View file

@ -12,8 +12,8 @@ android {
applicationId = "com.swoosh.microblog"
minSdk = 26
targetSdk = 34
versionCode = 2
versionName = "0.2.0"
versionCode = 3
versionName = "0.3.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { useSupportLibrary = true }