diff --git a/manifest.json b/manifest.json index e13e706..50a6e0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,13 @@ { - "id": "open-gate", - "name": "Open Gate", - "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", - "authorUrl": "https://twitter.com/duocdev", - "fundingUrl": { - "Buy Me a Coffee": "https://paypal.me/duocnguyen", - "Follow me": "https://twitter.com/duocdev" - } -} + "id": "open-gate", + "name": "Open Gate", + "version": "1.2.3", + "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", + "authorUrl": "https://twitter.com/duocdev", + "fundingUrl": { + "Buy Me a Coffee": "https://paypal.me/duocnguyen", + "Follow me": "https://twitter.com/duocdev" + } +} \ No newline at end of file diff --git a/package.json b/package.json index e59ae6f..8f52cfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-gate", - "version": "1.2.1", + "version": "1.2.3", "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 bc63258..b37fd95 100644 --- a/versions.json +++ b/versions.json @@ -1,18 +1,19 @@ { - "1.0.0": "0.15.0", - "1.0.1": "0.15.0", - "1.0.2": "0.15.0", - "1.0.4": "0.15.0", - "1.0.5": "0.15.0", - "1.0.6": "0.15.0", - "1.0.7": "0.15.0", - "1.0.8": "0.15.0", - "1.1.1": "0.15.0", - "1.1.2": "0.15.0", - "1.1.3": "0.15.0", - "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.2.1": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0", + "1.0.2": "0.15.0", + "1.0.4": "0.15.0", + "1.0.5": "0.15.0", + "1.0.6": "0.15.0", + "1.0.7": "0.15.0", + "1.0.8": "0.15.0", + "1.1.1": "0.15.0", + "1.1.2": "0.15.0", + "1.1.3": "0.15.0", + "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.2.1": "0.15.0", + "1.2.3": "0.15.0" +} \ No newline at end of file