This commit is contained in:
Nito 2025-09-02 14:09:09 +02:00
parent 34a6d45a50
commit bc42287c7a
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "paste-image-into-property",
"name": "Paste Image Into Property",
"version": "1.0.3",
"version": "1.0.4",
"minAppVersion": "0.15.0",
"description": "Paste images from the clipboard into frontmatter properties in live preview.",
"author": "Nito",

View file

@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0"
"1.0.3": "0.15.0",
"1.0.4": "0.15.0"
}