diff --git a/manifest.json b/manifest.json index fd4fdf9..eec88eb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "download-image", "name": "Download Image", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "1.5.7", "description": "Download remote images in the current note to local vault storage.", "author": "yinsh", diff --git a/versions.json b/versions.json index 9878b71..7f35830 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "1.5.7" + "1.0.0": "1.5.7", + "1.0.1": "1.5.7" }