Skip to content

Commit

Permalink
Bump versions (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharykeeping authored Feb 16, 2024
1 parent 124e72a commit 6aadf9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MobileUI/Platforms/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ssw.consulting" android:versionCode="42" android:versionName="3.0.6">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ssw.consulting" android:versionCode="43" android:versionName="3.0.7">
<application android:allowBackup="true" android:icon="@mipmap/icon_dark" android:supportsRtl="true" android:label="SSW Rewards"></application>
<!-- Setting Targeted sdk version to 32 instead of the latest 33 due to Android Permissions not correctly implemented yet
See Issue: https://github.com/dotnet/maui/issues/11275 -->
Expand Down
2 changes: 1 addition & 1 deletion src/MobileUI/Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
<string>3.0.6</string>
<string>3.0.7</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
Expand Down

0 comments on commit 6aadf9f

Please sign in to comment.