update version

This commit is contained in:
2026-02-15 15:52:18 +05:00
parent 185ae3ad1d
commit 1c179f613a

View File

@@ -23,7 +23,7 @@ val gitShortSha = safeGitOutput("rev-parse", "--short", "HEAD") ?: "unknown"
// ═══════════════════════════════════════════════════════════ // ═══════════════════════════════════════════════════════════
// Rosetta versioning — bump here on each release // Rosetta versioning — bump here on each release
// ═══════════════════════════════════════════════════════════ // ═══════════════════════════════════════════════════════════
val rosettaVersionName = "1.0.1" val rosettaVersionName = "1.0.2"
val rosettaVersionCode = 2 // Increment on each release val rosettaVersionCode = 2 // Increment on each release
android { android {