Skip to content

Commit

Permalink
Bump to 3.0.25 (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharykeeping committed Jun 5, 2024
1 parent c4381b3 commit 6884d0a
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="63" android:versionName="3.0.24">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ssw.consulting" android:versionCode="64" android:versionName="3.0.25">
<application android:allowBackup="false" android:icon="@mipmap/icon_android_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.24</string>
<string>3.0.25</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit 6884d0a

Please sign in to comment.