From ecbdb363a962cc14437c3167452695787bcdb2f6 Mon Sep 17 00:00:00 2001 From: Joao Victor Sena Date: Thu, 30 Jul 2026 20:51:06 -0300 Subject: [PATCH] chore: bump version to 0.2.0 Android versionCode 1 -> 2, versionName 0.1.0 -> 0.2.0. iOS CURRENT_PROJECT_VERSION matches the Android versionCode, and MARKETING_VERSION moves off the template default of 1.0 onto the real version, putting both platforms in sync for the first time. Co-Authored-By: Claude Opus 5 (1M context) --- composeApp/build.gradle.kts | 4 ++-- iosApp/Configuration/Config.xcconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 1217741..6f45d33 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -22,8 +22,8 @@ android { applicationId = "com.github.worn" minSdk = libs.versions.android.minSdk.get().toInt() targetSdk = libs.versions.android.targetSdk.get().toInt() - versionCode = 1 - versionName = "0.1.0" + versionCode = 2 + versionName = "0.2.0" } packaging { resources { diff --git a/iosApp/Configuration/Config.xcconfig b/iosApp/Configuration/Config.xcconfig index 4aa5852..ee79e47 100644 --- a/iosApp/Configuration/Config.xcconfig +++ b/iosApp/Configuration/Config.xcconfig @@ -3,8 +3,8 @@ TEAM_ID= PRODUCT_NAME=Worn PRODUCT_BUNDLE_IDENTIFIER=com.github.worn.Worn$(TEAM_ID) -CURRENT_PROJECT_VERSION=1 -MARKETING_VERSION=1.0 +CURRENT_PROJECT_VERSION=2 +MARKETING_VERSION=0.2.0 // FoundationModels (Apple Intelligence) only exists from iOS 26, but the app deploys back to // 18.2. Weak linking lets it launch on older systems, where OnDeviceAiService reports the