From a43f8f703f7a6ecc82c105a726017eb5f284ae9c Mon Sep 17 00:00:00 2001 From: Martijn <2441349+mvdkwast@users.noreply.github.com> Date: Sun, 30 Jun 2024 03:13:07 +0200 Subject: [PATCH] test: versions --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }