diff --git a/package.json b/package.json index 9f31b756..2179ec20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jcloisterzone", - "version": "5.7.102", + "version": "5.8.0", "description": "JCloisterZone UI client", "repository": "github:farin/JCloisterZone-Client", "license": "AGPL-3.0-or-later", diff --git a/src/renderer/constants/versions.js b/src/renderer/constants/versions.js index feb96dc4..5486e8ff 100644 --- a/src/renderer/constants/versions.js +++ b/src/renderer/constants/versions.js @@ -1,2 +1,2 @@ export const SAVED_GAME_COMPATIBILITY = '5.7.0' -export const NETWORK_PROTOCOL_COMPATIBILITY = '5.7.102' +export const NETWORK_PROTOCOL_COMPATIBILITY = '5.8.0'