diff --git a/manifest.json b/manifest.json index 7e69627..2266a54 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-enhancing-export", "name": "Enhancing Export", - "version": "1.10.6", + "version": "1.10.7", "minAppVersion": "1.6.3", "description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.", "author": "YISH", diff --git a/package.json b/package.json index 1a1989b..4c7b947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enhancing-export", - "version": "1.10.6", + "version": "1.10.7", "description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 92b5525..1cfc4c1 100644 --- a/versions.json +++ b/versions.json @@ -48,5 +48,6 @@ "1.10.3": "0.12.0", "1.10.4": "0.12.0", "1.10.5": "0.12.0", - "1.10.6": "1.6.3" + "1.10.6": "1.6.3", + "1.10.7": "1.6.3" } \ No newline at end of file