Skip to content

Commit

Permalink
[A]刷版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-er committed Sep 11, 2018
1 parent 5f65ba7 commit 3617ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.x90yang.HandSchool" android:installLocation="auto" android:versionCode="6" android:versionName="1.4">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.x90yang.HandSchool" android:installLocation="auto" android:versionCode="7" android:versionName="1.5">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
<application android:label="掌上校园">
<meta-data android:screenOrientation="portrait" android:name="android.max_aspect" android:resizeableActivity="true" android:value="2.1" />
Expand Down
2 changes: 1 addition & 1 deletion HandSchool/HandSchool/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public sealed partial class Core
/// <summary>
/// 当前软件版本号
/// </summary>
public static string Version => "1.4.9.0";
public static string Version => "1.5.11.0";

/// <summary>
/// 当前软件运行的平台
Expand Down

0 comments on commit 3617ddc

Please sign in to comment.