From e47df692188a07935e9f83e6e34cdc7835bc6715 Mon Sep 17 00:00:00 2001 From: chrislicodes Date: Thu, 25 May 2023 17:06:00 +0200 Subject: [PATCH] chore: bump versions --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c49c1d3..af11d14 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 2659afa..1510317 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/versions.json b/versions.json index 189c17e..5934189 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,4 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.1.0": "0.15.0" }