update to 1.0.2

This commit is contained in:
Ke Yan 2025-03-22 17:41:50 +08:00
parent 0b4bdd1046
commit f896087883
3 changed files with 5 additions and 4 deletions

View file

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

4
package-lock.json generated
View file

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

View file

@ -1,5 +1,6 @@
{
"0.1.0": "0.1.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"
}