From 774b60489b42d63f83a7010118b16bf5ec7f2f43 Mon Sep 17 00:00:00 2001 From: theotheo Date: Fri, 8 Mar 2024 08:09:01 +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 fd629dd..bad60c7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "belyalov-commander", "name": "Belyalov Commander", - "version": "0.3.0", + "version": "0.3.1", "minAppVersion": "0.15.0", "description": "Note preview and management", "author": "theotheo", diff --git a/package.json b/package.json index 7e357a4..a7d2c57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "belyalov-commander", - "version": "0.3.0", + "version": "0.3.1", "description": "Note preview and management", "scripts": { "build": "tsc --build && tsx esbuild.config.ts production", diff --git a/versions.json b/versions.json index a74cf5c..e3acb82 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "0.15.0", "0.1.1": "0.15.0", "0.2.0": "0.15.0", - "0.3.0": "0.15.0" + "0.3.0": "0.15.0", + "0.3.1": "0.15.0" }