Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AriTheElk committed Dec 18, 2024
1 parent 245d790 commit 3dbd51f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 4 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 3dbd51f

Please sign in to comment.