update version num to 1.0.1

This commit is contained in:
Ke Yan 2025-03-10 01:37:02 +08:00
parent 7b9138a358
commit e63184d0ff
4 changed files with 6 additions and 5 deletions

View file

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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "img2html",
"version": "0.1.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "img2html",
"version": "0.1.0",
"version": "1.0.1",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

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

View file

@ -1,4 +1,5 @@
{
"0.1.0": "0.1.0",
"1.0.0": "1.4.0"
"1.0.0": "1.4.0",
"1.0.1": "1.4.0"
}