chore: bump versions

This commit is contained in:
chrislicodes 2023-05-25 17:06:00 +02:00
parent 15b5a3de40
commit e47df69218
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "chess-study",
"name": "Chess Study",
"version": "1.0.1",
"version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "A chess study helper and PGN viewer/editor.",
"author": "Christoph Lindstädt",

View file

@ -1,6 +1,6 @@
{
"name": "chess-study",
"version": "1.0.1",
"version": "1.1.0",
"description": "A chess study helper and PGN viewer/editor.",
"keywords": [
"chess",

View file

@ -1,4 +1,4 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
"1.1.0": "0.15.0"
}