Skip to content

Commit

Permalink
提高版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanheiii committed Feb 23, 2023
1 parent 4556eb9 commit f65e04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mageki/Mageki.Android/Properties/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" android:versionCode="9" android:versionName="2.0.1" package="icu.sanhei.mageki" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="10" android:versionName="2.1.0" package="icu.sanhei.mageki" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
<application android:label="Mageki" android:theme="@style/MainTheme" android:icon="@mipmap/ic_launcher"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion Mageki/Mageki.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<key>NFCReaderUsageDescription</key>
<string>Read Aime cards with NFC.</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.1.0</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
Expand Down

0 comments on commit f65e04a

Please sign in to comment.