Skip to content

chore: bump version to 0.2.0 - #39

Merged
jvsena42 merged 1 commit into
mainfrom
chore/version-0.2.0
Jul 30, 2026
Merged

chore: bump version to 0.2.0#39
jvsena42 merged 1 commit into
mainfrom
chore/version-0.2.0

Conversation

@jvsena42

Copy link
Copy Markdown
Owner

Summary

Version bump for the v0.2.0 release, raising both platforms together.

This is the first release where Android and iOS versions agree: iOS was still on the Xcode template defaults (MARKETING_VERSION=1.0, CURRENT_PROJECT_VERSION=1) while Android was on 0.1.0/1. Going forward the /release skill keeps CURRENT_PROJECT_VERSION equal to the Android versionCode.

Changes

  • composeApp/build.gradle.kts: versionCode 1 → 2, versionName 0.1.0 → 0.2.0
  • iosApp/Configuration/Config.xcconfig: CURRENT_PROJECT_VERSION 1 → 2, MARKETING_VERSION 1.0 → 0.2.0

Test plan

  • ./gradlew detekt passes.
  • ./gradlew :shared:allTests passes.
  • After merge, ./gradlew clean :composeApp:assembleRelease produces an APK that apksigner verify accepts, with the manifest reporting versionCode='2' versionName='0.2.0'.
  • Config.xcconfig is the base configuration for both project-level build configs, so the bump reaches the iosApp and WornShareExtension targets; the Info.plists carry no version keys.
  • Diff contains only the four version lines — TEAM_ID is untouched and still empty.

Checklist

  • ./gradlew detekt passes
  • Tested on Android
  • Tested on iOS
  • Updated documentation (if applicable)

Device boxes left unchecked: version metadata only, no app code or UI changes to exercise at runtime.

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) <noreply@anthropic.com>
@jvsena42
jvsena42 enabled auto-merge July 30, 2026 23:54
@jvsena42
jvsena42 merged commit 6e272ce into main Jul 30, 2026
2 checks passed
@jvsena42
jvsena42 deleted the chore/version-0.2.0 branch July 30, 2026 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant