mirror of
https://github.com/0x1da9430/img2html.git
synced 2026-07-22 05:41:41 +00:00
Bump version to 1.1.0
This commit is contained in:
parent
0e11a8439b
commit
76c61d0274
3 changed files with 5 additions and 4 deletions
|
|
@ -6,5 +6,5 @@
|
|||
"author": "0x1DA9430",
|
||||
"authorUrl": "https://github.com/0x1DA9430",
|
||||
"isDesktopOnly": false,
|
||||
"version": "1.0.2"
|
||||
}
|
||||
"version": "1.1.0"
|
||||
}
|
||||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue