From c24f12c8afd600faff573f94b585fc87370d8d1e Mon Sep 17 00:00:00 2001 From: hdykokd Date: Mon, 6 Nov 2023 23:21:22 +0900 Subject: [PATCH] chore: release 2.4.4 --- 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 3f813b7..930fed6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vertical-tabs-view", "name": "Vertical Tabs View", - "version": "2.4.3", + "version": "2.4.4", "minAppVersion": "0.15.0", "description": "Provides a vertical tabs view.", "author": "hdykokd", diff --git a/package.json b/package.json index 23dff56..bc2375d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vertical-tabs-view", - "version": "2.4.3", + "version": "2.4.4", "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 555abad..8a2c176 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "2.4.0": "0.15.0", "2.4.1": "0.15.0", "2.4.2": "0.15.0", - "2.4.3": "0.15.0" + "2.4.3": "0.15.0", + "2.4.4": "0.15.0" } \ No newline at end of file