diff --git a/manifest.json b/manifest.json index 1a0dbb9..4b5d7c3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "copy-document-as-html", "name": "Copy document as HTML", - "version": "0.8.0", + "version": "0.8.1", "minAppVersion": "1.6.3", "description": "Copy the current document to clipboard as HTML, including images, diagrams etc...", "author": "mvdkwast", diff --git a/package.json b/package.json index a52e3c6..3d370ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-copy-document-as-html", - "version": "0.8.0", + "version": "0.8.1", "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 0aa668e..2c9e303 100644 --- a/versions.json +++ b/versions.json @@ -14,4 +14,5 @@ "0.6.0": "1.4.11", "0.7.0": "1.5.12", "0.8.0": "1.6.3" + "0.8.1": "1.6.3" }