diff --git a/manifest.json b/manifest.json index c959fca..c8df92d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "open-gate", "name": "Open Gate", - "version": "1.10.1", + "version": "1.10.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 ea91e4d..57d4473 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-gate", - "version": "1.10.1", + "version": "1.10.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 d284067..49de628 100644 --- a/versions.json +++ b/versions.json @@ -46,5 +46,6 @@ "1.9.7": "0.15.0", "1.9.8": "0.15.0", "1.10.0": "0.15.0", - "1.10.1": "0.15.0" + "1.10.1": "0.15.0", + "1.10.2": "0.15.0" } \ No newline at end of file