Release v0.2.33

This commit is contained in:
ponzischeme89
2026-08-08 16:56:18 +12:00
parent 80c304d86b
commit b1128bcce2
4 changed files with 464 additions and 31 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ val projectNoticeText =
// A release workflow can derive the app version from its Git tag without editing the
// source tree. Local builds keep using the checked-in default.
val defaultVersionName = "0.2.27"
val defaultVersionName = "0.2.33"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()