From 6b18f5330773e726f6e58ffe102abc28127c8983 Mon Sep 17 00:00:00 2001 From: hdykokd Date: Mon, 10 Jul 2023 02:50:09 +0900 Subject: [PATCH] chore: release 1.0.2 --- 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 fb94237..c44d425 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vertical-tabs-view", "name": "Vertical Tabs View", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "This is pllgin for Obsidian that provides a vertical view of tabs you open and recently accessed.", "author": "hdykokd", diff --git a/package.json b/package.json index 2cfca9c..34c33e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vertical-tabs-view", - "version": "1.0.1", + "version": "1.0.2", "description": "This is pllgin for Obsidian (https://obsidian.md) that provides a vertical view of tabs you open and recently accessed.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a6d5a03..03d60fe 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "1.0.2": "0.15.0" } \ No newline at end of file