diff --git a/manifest.json b/manifest.json index f61f491..4978b5d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "image-picker", - "name": "Image Picker", - "version": "1.0.1", - "minAppVersion": "0.15.0", - "description": "Adds a UI panel for quickly selecting images that are in your vault.", - "author": "ari.the.elk", - "authorUrl": "https://ari.the.elk.wtf", - "fundingUrl": "https://ari.the.elk.wtf/Donate", - "isDesktopOnly": false -} + "id": "image-picker", + "name": "Image Picker", + "version": "1.1.1", + "minAppVersion": "0.15.0", + "description": "Adds a UI panel for quickly selecting images that are in your vault.", + "author": "ari.the.elk", + "authorUrl": "https://ari.the.elk.wtf", + "fundingUrl": "https://ari.the.elk.wtf/Donate", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 59c0c16..c93d6be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "image-picker", - "version": "1.0.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "image-picker", - "version": "1.0.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@misskey-dev/browser-image-resizer": "^2024.1.0", diff --git a/package.json b/package.json index be551c1..142890a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "image-picker", - "version": "1.0.1", + "version": "1.1.1", "description": "Easily find any image inside your vault", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index aae4c9b..73d408a 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { - "1.0.0": "0.15.0", - "1.0.1": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0", + "1.1.1": "0.15.0" +} \ No newline at end of file