Skip to content

Commit

Permalink
Sanmill v1.0.20
Browse files Browse the repository at this point in the history
Official release version of Sanmill v1.0.20

Signed-off-by: Calcitem <calcitem@outlook.com>
  • Loading branch information
calcitem committed Jun 6, 2021
1 parent b0d4f2d commit 75e99a8
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/1894.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v1.0.20

* Unterstützen Sie Ten / Eleven Men's Morris.
* Sie können konfigurieren, wie viele Steine fliegen können
* Symbolleiste für die Verlaufsnavigation hinzufügen.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1894.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v1.0.20

* Support Ten/Eleven Men's Morris.
* You can set how many pieces left can fly.
* Add History Navigation Toolbar.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/1894.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v1.0.20

* 支持十人以及十一人莫里斯棋。
* 支持设置剩余多少子可以飞子。
* 添加行棋历史导航工具栏。
4 changes: 2 additions & 2 deletions millgame.rc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,19,0
PRODUCTVERSION 1,0,19,0
FILEVERSION 1,0,20,0
PRODUCTVERSION 1,0,20,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand Down
2 changes: 1 addition & 1 deletion src/ui/flutter_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sanmill
description: Sanmill is a open-source, powerful UCI-like Nine Men's Morris (and its variants) program.

version: 1.0.19+1889
version: 1.0.20+1894

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
4 changes: 2 additions & 2 deletions src/ui/flutter_app/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 1,0,19
#define VERSION_AS_NUMBER 1,0,20
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.0.19"
#define VERSION_AS_STRING "1.0.20"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 75e99a8

Please sign in to comment.