diff --git a/manifest.json b/manifest.json index 6a5bd19..6ecc8f3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-pandoc-plugin", "name": "Pandoc Plugin", - "version": "0.1.1", - "minAppVersion": "0.11.13", + "version": "0.2.0", + "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", "authorUrl": "https://github.com/OliverBalfour/obsidian-pandoc", diff --git a/versions.json b/versions.json index 1160ef3..45663cd 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.0.1": "0.11.13", "0.0.2": "0.11.13", "0.1.0": "0.11.13", - "0.1.1": "0.11.13" + "0.1.1": "0.11.13", + "0.2.0": "0.12.5" }