diff --git a/manifest.json b/manifest.json index 2a01acd..5222395 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "paste-image-into-property", "name": "Paste Image Into Property", - "version": "1.0.4", + "version": "1.0.5", "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 e93e0d2..1a3cb8a 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "0.15.0", "1.0.2": "0.15.0", "1.0.3": "0.15.0", - "1.0.4": "0.15.0" + "1.0.4": "0.15.0", + "1.0.5": "0.15.0" }