From 05e17ca3b5c29bcba021dc387859a2363445d71f Mon Sep 17 00:00:00 2001 From: chrislicodes Date: Sun, 11 Feb 2024 15:24:08 +0100 Subject: [PATCH] chore: bump versions --- manifest.json | 6 +++--- versions.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) 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" }