From 91fbd05e4f7660afadde40b3d86db803cf756cef Mon Sep 17 00:00:00 2001 From: Carlo Zottmann Date: Tue, 22 Aug 2023 12:06:46 +0200 Subject: [PATCH] [REL] Release 1.0.0 --- manifest.json | 4 ++-- package.json | 2 +- src/plugin-info.json | 4 ++-- src/plugin-info.ts | 7 ++++--- versions.json | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 563ce22..5eaead0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "mononote", "name": "Mononote", - "version": "0.1.9", - "minAppVersion": "1.2.0", + "version": "1.0.0", + "minAppVersion": "1.3.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 51fa2c3..6c57524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mononote", - "version": "0.1.9", + "version": "1.0.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 5533b26..7c99b7e 100644 --- a/src/plugin-info.json +++ b/src/plugin-info.json @@ -1,4 +1,4 @@ { - "pluginVersion": "0.1.9", - "pluginReleasedAt": "2023-06-08T18:26:22+0200" + "pluginVersion": "1.0.0", + "pluginReleasedAt": "2023-08-22T12:06:35+0200" } diff --git a/src/plugin-info.ts b/src/plugin-info.ts index 53f844d..67c9211 100644 --- a/src/plugin-info.ts +++ b/src/plugin-info.ts @@ -1,4 +1,5 @@ -/* File will be overwritten by bin/release.sh! */export const PLUGIN_INFO = { - "pluginVersion": "0.1.9", - "pluginReleasedAt": "2023-06-08T18:26:22+0200" +/* File will be overwritten by bin/release.sh! */ +export const PLUGIN_INFO = { + "pluginVersion": "1.0.0", + "pluginReleasedAt": "2023-08-22T12:06:35+0200" } diff --git a/versions.json b/versions.json index 0ede5b0..0cd79c1 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "1.0.0": "1.2.0", + "1.0.0": "1.3.0", "0.1.0": "1.2.0", "0.1.1": "1.2.0", "0.1.2": "1.2.0",