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" }