Skip to content

Commit 6472c8e

Browse files
author
mvdkwast
committed
Release 0.3.3
1 parent 5d58dcb commit 6472c8e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "copy-document-as-html",
33
"name": "Copy document as HTML",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"minAppVersion": "1.0.0",
66
"description": "Copy the current document to clipboard as HTML, including images",
77
"author": "mvdkwast",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-copy-document-as-html",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Copy the current document to clipboard as HTML, including images",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"0.2.4": "1.0.0",
55
"0.3.0": "1.0.0",
66
"0.3.1": "1.0.0",
7-
"0.3.2": "1.0.0"
7+
"0.3.2": "1.0.0",
8+
"0.3.3": "1.0.0"
89
}

0 commit comments

Comments
 (0)