diff --git a/manifest.json b/manifest.json index a8599d4..dc2a11e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-enhancing-export", "name": "Obsidian Enhancing Export", - "version": "1.8.3", + "version": "1.8.4", "minAppVersion": "0.12.0", "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 c1cdeb7..c858e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enhancing-export", - "version": "1.8.3", + "version": "1.8.4", "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 c8eb1db..d650794 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,6 @@ "1.7.2": "0.12.0", "1.8.1": "0.12.0", "1.8.2": "0.12.0", - "1.8.3": "0.12.0" + "1.8.3": "0.12.0", + "1.8.4": "0.12.0" } \ No newline at end of file