mirror of
https://github.com/jcmexdev/obsidian-image-hoist.git
synced 2026-07-22 06:51:04 +00:00
1.0.1
This commit is contained in:
parent
7048093e6a
commit
17862fd647
4 changed files with 6 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "1.11.0"
|
||||
"1.0.0": "1.11.0",
|
||||
"1.0.1": "1.11.4"
|
||||
}
|
||||
Loading…
Reference in a new issue