diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 25a8ff6..3395b86 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -25,6 +25,9 @@ jobs: path: ./artifacts name: BasicChessEndgames-${{ github.ref_name }}-x86_64.exe + - name: Rename windows artifact + run: mv ./artifacts/BasicChessEndgames.exe ./artifacts/BasicChessEndgames-${{ github.ref_name }}-x86_64.exe + - name: Install GitHub CLI uses: actions/setup-node@v3 with: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5ef2f08..cf6c694 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,9 +32,6 @@ jobs: - name: Create installer run: iscc "windows\inno_setup.iss" - - name: Rename windows artifact - run: mv ./artifacts/BasicChessEndgames.exe ./artifacts/BasicChessEndgames-${{ github.ref_name }}-x86_64.exe - - name: Upload installer artifact uses: actions/upload-artifact@v4 with: diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 602ff19..cddcdc1 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -15,7 +15,7 @@ AppDir: id: com.loloof64.basic_chess_endgames name: BasicChessEndgames icon: icon - version: 4.0.146 + version: 4.0.148 exec: basicchessendgamestrainer exec_args: $@ apt: diff --git a/Basic_chess_endgames.desktop b/Basic_chess_endgames.desktop index 48f4d30..9b23bf9 100644 --- a/Basic_chess_endgames.desktop +++ b/Basic_chess_endgames.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=4.0.146 +Version=4.0.148 Name=BasicChessEndgames Comment=Generate a chess position and play with it Exec=basicchessendgamestrainer diff --git a/pubspec.yaml b/pubspec.yaml index 54a97d5..6f4a40f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 4.0.146+17 +version: 4.0.148+17 environment: sdk: '>=3.0.5 <4.0.0' diff --git a/windows/inno_setup.iss b/windows/inno_setup.iss index c26595b..794048f 100644 --- a/windows/inno_setup.iss +++ b/windows/inno_setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Basic Chess Endgames" -#define MyAppVersion "4.0.146" +#define MyAppVersion "4.0.148" #define MyAppPublisher "Laurent Bernabe" #define MyAppExeName "basicchessendgamestrainer.exe"