This commit is contained in:
Juan Carlos Garcia Esquivel 2026-05-17 02:58:34 -06:00
parent 7048093e6a
commit 17862fd647
No known key found for this signature in database
GPG key ID: AE72E3F3B26486E1
4 changed files with 6 additions and 5 deletions

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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",

View file

@ -1,3 +1,4 @@
{
"1.0.0": "1.11.0"
"1.0.0": "1.11.0",
"1.0.1": "1.11.4"
}