From bc42287c7a71f53e6cb4331cf01ec4c95f36d56c Mon Sep 17 00:00:00 2001 From: Nito Date: Tue, 2 Sep 2025 14:09:09 +0200 Subject: [PATCH] v1.0.4 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index bb35db7..2a01acd 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/versions.json b/versions.json index daff5ca..e93e0d2 100644 --- a/versions.json +++ b/versions.json @@ -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" }