Skip to content

Commit

Permalink
chore: bump to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aniruddha-adhikary committed Nov 16, 2024
1 parent 56db640 commit a3c2220
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ android {
applicationId = "net.adhikary.mrtbuddy"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 17
versionName = "0.0.17"
versionCode = 18
versionName = "0.0.18"
}
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.17;
MARKETING_VERSION = 0.0.18;
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.17;
MARKETING_VERSION = 0.0.18;
PRODUCT_BUNDLE_IDENTIFIER = net.adhikary.mrtbuddy;
PRODUCT_NAME = "${APP_NAME}";
PROVISIONING_PROFILE_SPECIFIER = "";
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>0.0.17</string>
<string>0.0.18</string>
<key>CFBundleVersion</key>
<string>17</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit a3c2220

Please sign in to comment.