diff --git a/manifest.json b/manifest.json index 9057b40..d424fb0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "open-gate", "name": "Open Gate", - "version": "1.1.7", + "version": "1.2.1", "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 8e11677..b0a71fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-gate", - "version": "1.2.0", + "version": "1.2.1", "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 c8a5a44..9fbe6a8 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.1.4": "0.15.0", "1.1.5": "0.15.0", "1.1.6": "0.15.0", - "1.1.7": "0.15.0" + "1.1.7": "0.15.0", + "1.2.1": "0.15.0" } \ No newline at end of file