Skip to content

Commit

Permalink
5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farin committed Mar 26, 2023
1 parent 2b0d945 commit 996ccff
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
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.11.0/Engine.jar', fs.createWriteStream('Engine.jar'))
download('https://github.com/farin/JCloisterZone/releases/download/v5.12.0/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.11.1",
"version": "5.12.0",
"description": "JCloisterZone UI client",
"repository": "github:farin/JCloisterZone-Client",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 996ccff

Please sign in to comment.