From 96f3c7cb2bd3637772568c725d1fb4ca4af379f2 Mon Sep 17 00:00:00 2001 From: Carlo Zottmann Date: Tue, 9 Jan 2024 15:32:10 +0100 Subject: [PATCH] [REL] Release 1.1.1 --- manifest.json | 2 +- package.json | 2 +- src/plugin-info.json | 4 ++-- src/plugin-info.ts | 4 ++-- versions.json | 3 ++- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 1fd7344..958c714 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mononote", "name": "Mononote", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "1.4.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", diff --git a/package.json b/package.json index aae5101..a69d422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mononote", - "version": "1.1.0", + "version": "1.1.1", "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 36b9619..89e4bd2 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { - "pluginVersion": "1.1.0", - "pluginReleasedAt": "2024-01-09T10:24:09+0100" + "pluginVersion": "1.1.1", + "pluginReleasedAt": "2024-01-09T15:32:07+0100" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index a74f5bb..9449143 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.0", - "pluginReleasedAt": "2024-01-09T10:24:09+0100" + "pluginVersion": "1.1.1", + "pluginReleasedAt": "2024-01-09T15:32:07+0100" } diff --git a/versions.json b/versions.json index ac3a2ca..cb4d33e 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.1.7": "1.2.0", "0.1.8": "1.2.0", "0.1.9": "1.2.0", - "1.1.0": "1.4.0" + "1.1.0": "1.4.0", + "1.1.1": "1.4.0" }