From 3f86513bae691dc67c9b2ee509cc96a7fc4f9cc8 Mon Sep 17 00:00:00 2001 From: Flatulent Fowl Date: Tue, 12 May 2026 21:58:14 +0200 Subject: [PATCH] Update version and minAppVersion to 1.0.1 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 74e5866..6ede95b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "docdrop", "name": "DocDrop", - "version": "1.0.0", - "minAppVersion": "1.0.0", + "version": "1.0.1", + "minAppVersion": "1.0.1", "description": "Convert PDF files to Markdown using Microsoft's markitdown CLI.", "author": "Rhys Gottwald", "authorUrl": "",