diff --git a/manifest.json b/manifest.json index 548962b..04cde54 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "copy-document-as-html", "name": "Copy document as HTML", - "version": "0.4.1", + "version": "0.4.2", "minAppVersion": "1.0.0", "description": "Copy the current document to clipboard as HTML, including images, diagrams etc...", "author": "mvdkwast", diff --git a/package.json b/package.json index ced0962..74ea70f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-copy-document-as-html", - "version": "0.4.1", + "version": "0.4.2", "description": "Copy the current document to clipboard as HTML, including images, diagrams etc...", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 10a7ec4..3c5fe92 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.3.2": "1.0.0", "0.3.3": "1.0.0", "0.4.0": "1.0.0", - "0.4.0": "1.0.0" + "0.4.1": "1.0.0", + "0.4.2": "1.0.0" }