diff --git a/manifest.json b/manifest.json index 02195b6..483ea33 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "speech-to-text", "name": "Speech to Text", - "version": "3.0.13", + "version": "3.0.14", "minAppVersion": "0.15.0", "description": "Convert audio recordings to text using multiple AI providers (OpenAI Whisper, Deepgram)", "author": "Taesun Lee", "authorUrl": "https://github.com/asyouplz", "fundingUrl": "", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 6d59cdd..d1fd159 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-speech-to-text", - "version": "3.0.13", + "version": "3.0.14", "description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)", "main": "main.js", "scripts": {