Skip to content

Commit

Permalink
chore: bump version to v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aniruddha-adhikary committed Nov 12, 2024
1 parent 18d382d commit 119d1ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ android {
applicationId = "net.adhikary.mrtbuddy"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 11
versionName = "0.0.11"
versionCode = 12
versionName = "0.0.12"
}
packaging {
resources {
Expand Down
4 changes: 2 additions & 2 deletions iosApp/iosApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.11;
MARKETING_VERSION = 0.0.12;
PRODUCT_BUNDLE_IDENTIFIER = net.adhikary.mrtbuddy;
PRODUCT_NAME = "${APP_NAME}";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -373,7 +373,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.11;
MARKETING_VERSION = 0.0.12;
PRODUCT_BUNDLE_IDENTIFIER = net.adhikary.mrtbuddy;
PRODUCT_NAME = "${APP_NAME}";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.0.11</string>
<string>0.0.12</string>
<key>CFBundleVersion</key>
<string>11</string>
<string>12</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NFCReaderUsageDescription</key>
Expand Down

0 comments on commit 119d1ca

Please sign in to comment.