From 9e3d9a75a99ab83389a4f0663365ccd75ef19775 Mon Sep 17 00:00:00 2001 From: theotheo Date: Thu, 7 Mar 2024 06:28:25 +0300 Subject: [PATCH] version bump --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9044236..0704129 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "belyalov-commander", "name": "Belyalov Commander", - "version": "0.1.1", + "version": "0.2.0", "minAppVersion": "0.15.0", "description": "Note preview and management", "author": "theotheo", diff --git a/package.json b/package.json index faf6442..fc6ad9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "belyalov-commander", - "version": "0.1.1", + "version": "0.2.0", "description": "Note preview and management", "scripts": { "build": "tsc --build && tsx esbuild.config.ts production", diff --git a/versions.json b/versions.json index 3a87ef1..45f974e 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.1.0": "0.15.0", - "0.1.1": "0.15.0" + "0.1.1": "0.15.0", + "0.2.0": "0.15.0" }