From 0c60f4f4c16b4bd48477417fde28ab4167d22f47 Mon Sep 17 00:00:00 2001 From: namikaze-40p Date: Wed, 29 May 2024 23:55:22 +0900 Subject: [PATCH] Release 0.4.1 --- manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 1 + 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 0613948..876860c 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "tab-selector", "name": "Tab Selector", - "version": "0.4.0", + "version": "0.4.1", "minAppVersion": "1.5.12", "description": "Switch to the desired tab in about two actions without leaving the home position on the keyboard.", "author": "namikaze-40p", diff --git a/manifest.json b/manifest.json index 0613948..876860c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tab-selector", "name": "Tab Selector", - "version": "0.4.0", + "version": "0.4.1", "minAppVersion": "1.5.12", "description": "Switch to the desired tab in about two actions without leaving the home position on the keyboard.", "author": "namikaze-40p", diff --git a/package-lock.json b/package-lock.json index 8f4ea9a..e1a3ef1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-tab-selector", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-tab-selector", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 60de310..03fc670 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tab-selector", - "version": "0.4.0", + "version": "0.4.1", "description": "This is an Obsidian plugin which can switch to the desired tab in about two actions without leaving the home position on the keyboard.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 16172b2..cfcae92 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.4.1": "1.5.12", "0.4.0": "1.5.12", "0.4.0-beta.2": "1.5.12", "0.3.0": "1.5.8",