diff --git a/manifest.json b/manifest.json index 1a60a53..52e6244 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vertical-tabs-view", "name": "Vertical Tabs View", - "version": "2.0.9", + "version": "2.0.10", "minAppVersion": "0.15.0", "description": "Provides a vertical tabs view.", "author": "hdykokd", diff --git a/package.json b/package.json index 1291147..1aff4de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vertical-tabs-view", - "version": "2.0.9", + "version": "2.0.10", "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 71db57a..abe2e4c 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "2.0.6": "0.15.0", "2.0.7": "0.15.0", "2.0.8": "0.15.0", - "2.0.9": "0.15.0" + "2.0.9": "0.15.0", + "2.0.10": "0.15.0" } \ No newline at end of file