From 4e8f86671fb10fad679c36c01aea29ffc2a137ce Mon Sep 17 00:00:00 2001 From: Postcount CI Date: Wed, 13 Dec 2023 15:25:02 +0700 Subject: [PATCH] chore: release version --- 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 168256a..aa8a0af 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "open-gate", "name": "Open Gate", - "version": "1.10.4", + "version": "1.10.5", "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 063fee1..1f4483f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-gate", - "version": "1.10.4", + "version": "1.10.5", "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 255c57e..51afb7a 100644 --- a/versions.json +++ b/versions.json @@ -49,5 +49,6 @@ "1.10.1": "0.15.0", "1.10.2": "0.15.0", "1.10.3": "0.15.0", - "1.10.4": "0.15.0" + "1.10.4": "0.15.0", + "1.10.5": "0.15.0" } \ No newline at end of file