Skip to content

Commit

Permalink
Version: Bump KRAIL app version to 1.0.9 (#582)
Browse files Browse the repository at this point in the history
### TL;DR
Version bump to 1.0.9

### What changed?
- Android: Incremented version code from 40 to 41 and version name from 1.0.8 to 1.0.9
- iOS: Updated bundle version from 1.0.8 to 1.0.9
  • Loading branch information
ksharma-xyz authored Jan 30, 2025
1 parent 8a82af8 commit 19796e7
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 @@ -5,8 +5,8 @@ android {

defaultConfig {
applicationId = "xyz.ksharma.krail"
versionCode = 40
versionName = "1.0.8"
versionCode = 41
versionName = "1.0.9"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.8</string>
<string>1.0.9</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 19796e7

Please sign in to comment.