Skip to content

Commit

Permalink
提高版本号到1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanheiii committed Jul 14, 2022
1 parent 628aa77 commit af643ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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="7" android:versionName="1.1.0" package="icu.sanhei.mageki" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="8" android:versionName="1.1.1" package="icu.sanhei.mageki" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
<application android:label="Mageki" android:theme="@style/MainTheme"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
5 changes: 2 additions & 3 deletions Mageki/Mageki.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<key>CFBundleIdentifier</key>
<string>icu.sanhei.mageki</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleName</key>
Expand All @@ -41,7 +41,6 @@
</array>
<key>com.apple.developer.nfc.readersession.felica.systemcodes</key>
<array>
<!--部分代码来自 https://github.com/treastrain/TRETJapanNFCReader -->
<string>0003</string>
<string>80DE</string>
<string>8592</string>
Expand All @@ -55,6 +54,6 @@
<key>NFCReaderUsageDescription</key>
<string>Read Aime cards with NFC.</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
</dict>
</plist>

0 comments on commit af643ea

Please sign in to comment.