diff --git a/manifest.json b/manifest.json index 0296f7f..1baf34d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "open-gate", "name": "Open Gate", - "version": "1.2.7", + "version": "1.2.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 f446d80..f10d687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-gate", - "version": "1.2.7", + "version": "1.2.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 4c81ea0..3660a89 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.2.4": "0.15.0", "1.2.5": "0.15.0", "1.2.6": "0.15.0", - "1.2.7": "0.15.0" + "1.2.7": "0.15.0", + "1.2.8": "0.15.0" } \ No newline at end of file