Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mxihan committed Jan 3, 2022
1 parent 2e257fd commit e1e273f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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="5" android:versionName="1.0.1" package="icu.sanhei.mageki" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="6" android:versionName="1.0.2" 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
4 changes: 2 additions & 2 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>3</string>
<string>4</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleName</key>
Expand All @@ -40,6 +40,6 @@
<string>_leboremote._tcp</string>
</array>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
</dict>
</plist>

0 comments on commit e1e273f

Please sign in to comment.