Skip to content

Commit

Permalink
[Android] [UWP] Bump to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jun 22, 2020
1 parent 00da722 commit 5151273
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MiraiNotes.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="11" android:versionName="1.1.6" package="com.miraisoft.notes" android:installLocation="internalOnly">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="12" android:versionName="1.1.7" package="com.miraisoft.notes" android:installLocation="internalOnly">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
1 change: 0 additions & 1 deletion MiraiNotes.Android/Resources/Resource.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MiraiNotes.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="52493MiraiSoft.MiraiNotes" Publisher="CN=58BF90DC-3D34-433E-A12B-4C504DF78641" Version="1.1.6.0" />
<Identity Name="52493MiraiSoft.MiraiNotes" Publisher="CN=58BF90DC-3D34-433E-A12B-4C504DF78641" Version="1.1.7.0" />
<mp:PhoneIdentity PhoneProductId="e2c92573-2529-41a6-86cf-eff6af39b78a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Mirai Notes</DisplayName>
Expand Down

0 comments on commit 5151273

Please sign in to comment.