Skip to content

Commit

Permalink
v5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
farin committed Jan 31, 2022
1 parent a17fc97 commit 4ea6bc8
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.0/Engine.jar', fs.createWriteStream('Engine.jar'))
download('https://github.com/farin/JCloisterZone/releases/download/v5.10.1/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.0",
"version": "5.10.1",
"description": "JCloisterZone UI client",
"repository": "github:farin/JCloisterZone-Client",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 4ea6bc8

Please sign in to comment.