From 76b6a1feeef4356ae5d1c4486197d43a10f81204 Mon Sep 17 00:00:00 2001 From: hdykokd Date: Thu, 18 Apr 2024 00:26:50 +0900 Subject: [PATCH] chore: release 2.4.7 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1f5461a..46afb8f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vertical-tabs-view", "name": "Vertical Tabs View", - "version": "2.4.6", + "version": "2.4.7", "minAppVersion": "0.15.0", "description": "Provides a vertical tabs view.", "author": "hdykokd", diff --git a/package.json b/package.json index d619e23..9c4a190 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vertical-tabs-view", - "version": "2.4.6", + "version": "2.4.7", "description": "This is plugin for Obsidian (https://obsidian.md) that provides a vertical tabs view.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 91e7fa7..4103906 100644 --- a/versions.json +++ b/versions.json @@ -35,5 +35,6 @@ "2.4.3": "0.15.0", "2.4.4": "0.15.0", "2.4.5": "0.15.0", - "2.4.6": "0.15.0" + "2.4.6": "0.15.0", + "2.4.7": "0.15.0" } \ No newline at end of file