Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
steviek committed Jan 24, 2025
1 parent 1b2550c commit fbb27ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ android {
applicationId = "com.sixbynine.transit.path"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 56
versionName = "3.6.1"
versionCode = 57
versionName = "3.6.2"
resourceConfigurations += setOf("en", "es")
}
buildFeatures {
Expand Down
4 changes: 2 additions & 2 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.6.1</string>
<string>3.6.2</string>
<key>CFBundleVersion</key>
<string>38</string>
<string>39</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
Expand Down

0 comments on commit fbb27ff

Please sign in to comment.