From aa06b637bb6882f9c5a851dccf299b2fd7301151 Mon Sep 17 00:00:00 2001 From: Uwe Trottmann Date: Sun, 15 May 2022 08:58:56 +0200 Subject: [PATCH] Prepare version 64.0.6 (2106406) --- CHANGELOG.md | 4 ++-- build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2356958e0b..b289a72817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,8 @@ Version 64 ---------- *in development* -#### next -*TBD* +#### 64.0.6 +*2022-05-15* * 🔨 Do not crash when selecting backup file to restore from. diff --git a/build.gradle.kts b/build.gradle.kts index 1eb25461e7..f873529fb3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,8 +12,8 @@ buildscript { val sgTargetSdk by extra(31) // Android 12 (S) // version 21xxxyy -> min SDK 21, release xxx, build yy - val sgVersionCode by extra(2106405) - val sgVersionName by extra("64.0.5") + val sgVersionCode by extra(2106406) + val sgVersionName by extra("64.0.6") val kotlinVersion by extra("1.6.10") // https://kotlinlang.org/docs/releases.html#release-details val coroutinesVersion by extra("1.6.0") // https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md