Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
steviek committed Dec 21, 2024
1 parent 99d6591 commit 025f05e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ android {
applicationId = "com.sixbynine.transit.path"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 48
versionName = "2024.12.07.2"
versionCode = 49
versionName = "2024.12.20"
resourceConfigurations += setOf("en", "es")
}
buildFeatures {
Expand Down
2 changes: 1 addition & 1 deletion iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleShortVersionString</key>
<string>3.3</string>
<key>CFBundleVersion</key>
<string>30</string>
<string>31</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
Expand Down

0 comments on commit 025f05e

Please sign in to comment.