From 61f62e3d7243e758a467ecf03e415f58d1004786 Mon Sep 17 00:00:00 2001 From: Simeon Lukas Date: Wed, 16 Mar 2022 22:41:53 +0100 Subject: [PATCH] 0.0.8 --- manifest.json | 2 +- versions.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6477193..15e5f5e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-kindle-export", "name": "Kindle", - "version": "0.0.7", + "version": "0.0.8", "minAppVersion": "0.13.24", "description": "Send .md as .mobi to Kindle", "author": "Simeon Stanek", diff --git a/versions.json b/versions.json index 34007c5..75f386d 100644 --- a/versions.json +++ b/versions.json @@ -4,4 +4,5 @@ "0.0.5": "0.13.24", "0.0.6": "0.13.24", "0.0.7": "0.13.24", + "0.0.8": "0.13.24", }