diff --git a/manifest.json b/manifest.json index 84674a7..c7a5b26 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "image-hoist", "name": "Image Hoist", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "1.11.4", "description": "Automatically uploads local vault images to ImgBB and replaces them with remote links to optimize storage.", "author": "jcmexdev", diff --git a/package-lock.json b/package-lock.json index 349fe60..7f19d1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-image-hoist", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-image-hoist", - "version": "1.0.0", + "version": "1.0.1", "license": "0-BSD", "devDependencies": { "@eslint/js": "9.30.1", diff --git a/package.json b/package.json index d829dc2..fc708ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-image-hoist", - "version": "1.0.0", + "version": "1.0.1", "description": "Automatically uploads local vault images to ImgBB and replaces them with remote links to optimize storage.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 20d7d72..a1273b0 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "1.11.0" + "1.0.0": "1.11.0", + "1.0.1": "1.11.4" } \ No newline at end of file