From 03a3b25162c566a8d59829fbc5590eb7866b10e5 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 12 May 2026 18:13:51 +0000 Subject: [PATCH] Sync manifest.json description with package.json - Update manifest.json description to match package.json - Resolves mismatch warning in release --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e588f96..471a942 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "DocDrop", "version": "1.0.0", "minAppVersion": "1.0.0", - "description": "Convert PDF files to Markdown using Microsofts markitdown CLI.", + "description": "Obsidian plugin: Convert PDF files to Markdown using Microsofts markitdown CLI.", "author": "Rhys Gottwald", "authorUrl": "", "isDesktopOnly": true