Skip to content

Commit

Permalink
v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farin committed Nov 20, 2022
1 parent cc13c09 commit 19b8276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/download-game-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function download (url, w) {

fs.access('Engine.jar', fs.F_OK, err => {
if (err) {
download('https://github.com/farin/JCloisterZone/releases/download/v5.10.1/Engine.jar', fs.createWriteStream('Engine.jar'))
download('https://github.com/farin/JCloisterZone/releases/download/v5.10.2/Engine.jar', fs.createWriteStream('Engine.jar'))
}
})

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jcloisterzone",
"version": "5.10.1",
"version": "5.10.2",
"description": "JCloisterZone UI client",
"repository": "github:farin/JCloisterZone-Client",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 19b8276

Please sign in to comment.