diff --git a/manifest.json b/manifest.json index af11d14..8168e28 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "chess-study", "name": "Chess Study", - "version": "1.1.0", - "minAppVersion": "0.15.0", + "version": "1.2.0", + "minAppVersion": "1.4.0", "description": "A chess study helper and PGN viewer/editor.", "author": "Christoph Lindstädt", "authorUrl": "https://github.com/chrislicodes", - "isDesktopOnly": false + "isDesktopOnly": true } diff --git a/versions.json b/versions.json index 5934189..5c7a796 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.2.0": "1.4.0" }