diff --git a/manifest.json b/manifest.json index 2d61b3f..85a3b2d 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/versions.json b/versions.json index 0aa668e..77c3b00 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "0.5.0": "1.3.5", "0.6.0": "1.4.11", "0.7.0": "1.5.12", - "0.8.0": "1.6.3" + "0.8.0": "1.6.3", + "0.8.1": "1.6.3" }