Skip to content

Commit

Permalink
v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farin committed Mar 8, 2023
1 parent 9827e48 commit a64ac0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-scripts/download-game-engine.js
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.2/Engine.jar', fs.createWriteStream('Engine.jar'))
download('https://github.com/farin/JCloisterZone/releases/download/v5.11.0/Engine.jar', fs.createWriteStream('Engine.jar'))
}
})

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

0 comments on commit a64ac0d

Please sign in to comment.