From 5adcce926e230d7f78683b7e39f35853bcaac678 Mon Sep 17 00:00:00 2001 From: wood chen Date: Fri, 21 Mar 2025 20:09:58 +0800 Subject: [PATCH] 1.0.1 --- manifest.json | 22 +++++++++++----------- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 8b90de5..6f20762 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { - "id": "LskyPro-Uploader", - "name": "LskyPro Uploader", - "version": "1.0.0", - "minAppVersion": "0.15.0", - "description": "Upload images to LskyPro.", - "author": "woodchen", - "authorUrl": "https://woodchen.ink", - "fundingUrl": "https://wise.com/pay/business/czlltd", - "isDesktopOnly": true, - "repo": "woodchen-ink/lskypro-uploader" -} + "id": "LskyPro-Uploader", + "name": "LskyPro Uploader", + "version": "1.0.1", + "minAppVersion": "0.15.0", + "description": "Upload images to LskyPro.", + "author": "woodchen", + "authorUrl": "https://woodchen.ink", + "fundingUrl": "https://wise.com/pay/business/czlltd", + "isDesktopOnly": true, + "repo": "woodchen-ink/lskypro-uploader" +} \ No newline at end of file diff --git a/package.json b/package.json index 5eeb3ee..afba66a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lskypro-uploader", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "description": "Auto upload images from clipboard to LskyPro", "main": "main.js", diff --git a/versions.json b/versions.json index d42b0ac..0f57fd5 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.0.1" -} + "1.0.0": "0.0.1", + "1.0.1": "0.15.0" +} \ No newline at end of file