From 65f9479dedcc74445acad2683fd0b20815f1d358 Mon Sep 17 00:00:00 2001 From: namikaze-40p Date: Sat, 22 Jun 2024 14:35:45 +0900 Subject: [PATCH] Release 0.6.0 --- 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 a7b3dc7..f54d53d 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "tab-selector", "name": "Tab Selector", - "version": "0.6.0-beta.3", + "version": "0.6.0", "minAppVersion": "1.6.3", "description": "Quickly switch tab by 2 ways, one is general way in like other apps, the other is with keeping the keyboard home position.", "author": "namikaze-40p", diff --git a/manifest.json b/manifest.json index c3e62cf..f54d53d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tab-selector", "name": "Tab Selector", - "version": "0.5.9", + "version": "0.6.0", "minAppVersion": "1.6.3", "description": "Quickly switch tab by 2 ways, one is general way in like other apps, the other is with keeping the keyboard home position.", "author": "namikaze-40p", diff --git a/package-lock.json b/package-lock.json index 63843ef..dfba9c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-tab-selector", - "version": "0.5.9", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-tab-selector", - "version": "0.5.9", + "version": "0.6.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 8639875..47a5ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tab-selector", - "version": "0.5.9", + "version": "0.6.0", "description": "This is an Obsidian plugin which can quickly switch tab by 2 ways, one is general way in like other apps, the other is with keeping the keyboard home position.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 22f3436..af1357f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.6.0": "1.6.3", "0.6.0-beta.3": "1.6.3", "0.5.9": "1.6.3", "0.5.9-beta.1": "1.6.3",