From 55d787c2951e18e894c40c092d73940d5acbb9d2 Mon Sep 17 00:00:00 2001 From: OliverBalfour Date: Thu, 24 Jun 2021 16:36:16 +1000 Subject: [PATCH] bump version --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6ecc8f3..8a99c92 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-pandoc-plugin", "name": "Pandoc Plugin", - "version": "0.2.0", + "version": "0.2.1", "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 45663cd..423d189 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.0.2": "0.11.13", "0.1.0": "0.11.13", "0.1.1": "0.11.13", - "0.2.0": "0.12.5" + "0.2.0": "0.12.5", + "0.2.1": "0.12.5" }