diff --git a/CHANGELOG.md b/CHANGELOG.md index e7869fd..6b60daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.2.63 — 2026-08-14 +- Maintenance release. + ## 0.1.42 — 2026-08-14 - Improved: Server Logs keeps its headings visible and shows each structured log record’s full details, including gateway version, in an expandable view. diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f969ec7..cd8ecd3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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.62" +val defaultVersionName = "0.2.63" val membyVersionName: String = (project.findProperty("memby.versionName") as String?) ?.trim()