From cd6ad942d2b07c899e5f539755ee3c514be4aacf Mon Sep 17 00:00:00 2001 From: nguyenvanduocit+ Date: Thu, 21 Mar 2024 19:16:46 +0700 Subject: [PATCH] chore: update 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 c8e693b..7ca55cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "open-gate", "name": "Open Gate", - "version": "1.11.1", + "version": "1.11.2", "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 5ab01c6..4077db8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-gate", - "version": "1.11.1", + "version": "1.11.2", "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 fa388e3..f4443f9 100644 --- a/versions.json +++ b/versions.json @@ -55,5 +55,6 @@ "1.10.7": "0.15.0", "1.10.8": "0.15.0", "1.11.0": "0.15.0", - "1.11.1": "0.15.0" + "1.11.1": "0.15.0", + "1.11.2": "0.15.0" } \ No newline at end of file