0.2.95 - Refactor

This commit is contained in:
ponzischeme89
2026-08-21 22:07:02 +12:00
parent 02247a6287
commit 32019f2e20
11 changed files with 190 additions and 312 deletions
+1 -1
View File
@@ -64,7 +64,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.94"
val defaultVersionName = "0.2.95"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()