Bump version to 1.1.0

This commit is contained in:
Ke Yan 2026-05-09 22:03:37 +08:00
parent 0e11a8439b
commit 76c61d0274
3 changed files with 5 additions and 4 deletions

View file

@ -6,5 +6,5 @@
"author": "0x1DA9430", "author": "0x1DA9430",
"authorUrl": "https://github.com/0x1DA9430", "authorUrl": "https://github.com/0x1DA9430",
"isDesktopOnly": false, "isDesktopOnly": false,
"version": "1.0.2" "version": "1.1.0"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "img2html", "name": "img2html",
"version": "1.0.2", "version": "1.1.0",
"description": "Paste images as HTML format instead of Obsidian wikilink or markdown format", "description": "Paste images as HTML format instead of Obsidian wikilink or markdown format",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -2,5 +2,6 @@
"0.1.0": "0.1.0", "0.1.0": "0.1.0",
"1.0.0": "1.4.0", "1.0.0": "1.4.0",
"1.0.1": "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"
} }