From ee807d8d9f4a792c5ee3d010b75fa281bda27143 Mon Sep 17 00:00:00 2001 From: Postcount CI Date: Wed, 10 Jan 2024 16:28:58 +0700 Subject: [PATCH] fix: center now alway create new tab --- 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 b864847..1df8704 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "open-gate", "name": "Open Gate", - "version": "1.10.7", + "version": "1.10.8", "minAppVersion": "0.15.0", "description": "Embed any website to Obsidian, you have anything you need in one place. You can browse website and take notes at the same time. e.g. Ask ChatGPT and copy the answer directly to your note.", "author": "duocnv", diff --git a/package.json b/package.json index 7180ffe..1bd939a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-gate", - "version": "1.10.7", + "version": "1.10.8", "description": "Embedding any website to Obsidian, from now all, you have anything you need in one place.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0944240..49f7416 100644 --- a/versions.json +++ b/versions.json @@ -52,5 +52,6 @@ "1.10.4": "0.15.0", "1.10.5": "0.15.0", "1.10.6": "0.15.0", - "1.10.7": "0.15.0" + "1.10.7": "0.15.0", + "1.10.8": "0.15.0" } \ No newline at end of file