diff --git a/manifest.json b/manifest.json index 958c714..784de3c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "mononote", "name": "Mononote", - "version": "1.1.1", - "minAppVersion": "1.4.0", + "version": "1.2.0", + "minAppVersion": "1.5.0", "description": "Ensures each note occupies only one tab. If a note is already open, its existing tab will be focussed instead of opening the same file in the current tab.", "author": "Carlo Zottmann", "authorUrl": "https://github.com/czottmann", diff --git a/package.json b/package.json index 1bed359..950a6b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mononote", - "version": "1.1.1", + "version": "1.2.0", "description": "Ensures each note occupies only one tab. If a note is already open, its existing tab will be focussed instead of opening the same file in the current tab.", "main": "main.js", "scripts": { diff --git a/src/plugin-info.json b/src/plugin-info.json index 89e4bd2..8f1c238 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { - "pluginVersion": "1.1.1", - "pluginReleasedAt": "2024-01-09T15:32:07+0100" + "pluginVersion": "1.2.0", + "pluginReleasedAt": "2024-06-20T17:13:33+0200" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index 9449143..188de89 100644 --- a/src/plugin-info.ts +++ b/src/plugin-info.ts @@ -1,5 +1,5 @@ /* File will be overwritten by bin/release.sh! */ export const PLUGIN_INFO = { - "pluginVersion": "1.1.1", - "pluginReleasedAt": "2024-01-09T15:32:07+0100" + "pluginVersion": "1.2.0", + "pluginReleasedAt": "2024-06-20T17:13:33+0200" } diff --git a/versions.json b/versions.json index cb4d33e..ace24b7 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "0.1.8": "1.2.0", "0.1.9": "1.2.0", "1.1.0": "1.4.0", - "1.1.1": "1.4.0" + "1.1.1": "1.4.0", + "1.2.0": "1.5.0" }