diff --git a/manifest.json b/manifest.json index bacd27f..18e2634 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "author": "0x1DA9430", "authorUrl": "https://github.com/0x1DA9430", "isDesktopOnly": false, - "version": "1.0.2" -} + "version": "1.1.0" +} \ No newline at end of file diff --git a/package.json b/package.json index 4d7832a..921c540 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "img2html", - "version": "1.0.2", + "version": "1.1.0", "description": "Paste images as HTML format instead of Obsidian wikilink or markdown format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c07bf6c..b141de3 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "0.1.0", "1.0.0": "1.4.0", "1.0.1": "1.4.0", - "1.0.2": "1.4.0" + "1.0.2": "1.4.0", + "1.1.0": "1.4.0" } \ No newline at end of file