diff --git a/manifest.json b/manifest.json index 32e52b2..5c4b2e3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-pandoc", "name": "Pandoc Plugin", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "0.12.5", "description": "This is a Pandoc export plugin for Obsidian. It provides commands to export to formats like DOCX, ePub and PDF.", "author": "Oliver Balfour", diff --git a/versions.json b/versions.json index b0237cc..eee78b2 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.2.0": "0.12.5", "0.2.1": "0.12.5", "0.2.2": "0.12.5", - "0.2.3": "0.12.5" + "0.2.3": "0.12.5", + "0.2.4": "0.12.5" }