diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 2de15a1..aae67b5 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 = 6 - versionName = "0.2.4" + versionCode = 7 + versionName = "0.3.0" } packaging { resources { diff --git a/iosApp/Configuration/Config.xcconfig b/iosApp/Configuration/Config.xcconfig index fd14813..892b477 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=6 -MARKETING_VERSION=0.2.4 +CURRENT_PROJECT_VERSION=7 +MARKETING_VERSION=0.3.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