diff --git a/manifest.json b/manifest.json index 06a174f..bb35db7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "paste-image-into-property", "name": "Paste Image Into Property", - "version": "1.0.2", + "version": "1.0.3", "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 f66b649..daff5ca 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" }