Release 0.2.49

This commit is contained in:
ponzischeme89
2026-08-11 13:46:53 +12:00
parent f46d6596c5
commit 594159c0ae
13 changed files with 325 additions and 59 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.48"
val defaultVersionName = "0.2.49"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()