chore: bump versions

This commit is contained in:
chrislicodes 2024-02-11 15:24:08 +01:00
parent 137821c4da
commit 05e17ca3b5
2 changed files with 5 additions and 4 deletions

View file

@ -1,10 +1,10 @@
{ {
"id": "chess-study", "id": "chess-study",
"name": "Chess Study", "name": "Chess Study",
"version": "1.1.0", "version": "1.2.0",
"minAppVersion": "0.15.0", "minAppVersion": "1.4.0",
"description": "A chess study helper and PGN viewer/editor.", "description": "A chess study helper and PGN viewer/editor.",
"author": "Christoph Lindstädt", "author": "Christoph Lindstädt",
"authorUrl": "https://github.com/chrislicodes", "authorUrl": "https://github.com/chrislicodes",
"isDesktopOnly": false "isDesktopOnly": true
} }

View file

@ -1,4 +1,5 @@
{ {
"1.0.0": "0.15.0", "1.0.0": "0.15.0",
"1.1.0": "0.15.0" "1.1.0": "0.15.0",
"1.2.0": "1.4.0"
} }