diff --git a/README.md b/README.md index 54c2694..856abd8 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,10 @@ Right-click any supported file in the Obsidian file explorer and select **Conver Open the command palette (`Cmd/Ctrl+P`) and run: ``` -DocDrop: Convert active PDF to Markdown +DocDrop: Convert active file to Markdown ``` -This converts whichever PDF file is currently open/active. +This converts whichever supported file is currently open/active. ### Output file diff --git a/manifest.json b/manifest.json index b35a226..c78c586 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "docdrop", "name": "DocDrop", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "1.0.0", "description": "Convert PDF files to Markdown using Microsofts markitdown CLI.", "author": "Rhys Gottwald", diff --git a/package.json b/package.json index fe48303..c860eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docdrop", - "version": "1.0.0", + "version": "1.1.0", "description": "Obsidian plugin: convert PDFs to Markdown via Microsoft's markitdown", "main": "main.js", "type": "module",