From 1d412d5c2c1a4f474b656310366a56dbd57234cb Mon Sep 17 00:00:00 2001 From: hdykokd Date: Tue, 16 Apr 2024 22:56:32 +0900 Subject: [PATCH] chore: release 2.4.6 --- 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 483a2d3..1f5461a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vertical-tabs-view", "name": "Vertical Tabs View", - "version": "2.4.5", + "version": "2.4.6", "minAppVersion": "0.15.0", "description": "Provides a vertical tabs view.", "author": "hdykokd", diff --git a/package.json b/package.json index 5026e2d..d619e23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vertical-tabs-view", - "version": "2.4.5", + "version": "2.4.6", "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 d9b3ba1..91e7fa7 100644 --- a/versions.json +++ b/versions.json @@ -34,5 +34,6 @@ "2.4.2": "0.15.0", "2.4.3": "0.15.0", "2.4.4": "0.15.0", - "2.4.5": "0.15.0" + "2.4.5": "0.15.0", + "2.4.6": "0.15.0" } \ No newline at end of file