fix(nodes): improve version reporting

This commit is contained in:
Peter Steinberger
2025-12-26 21:44:05 +01:00
parent ec392dc870
commit a13db82d28
3 changed files with 28 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ android {
minSdk = 31
targetSdk = 36
versionCode = 1
versionName = "0.1"
versionName = "2.0.0-beta3"
}
buildTypes {