diff --git a/manifest.json b/manifest.json index 00405d8..8f2e08e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "speech-to-text", "name": "Speech to Text", - "version": "3.0.6", + "version": "3.0.7", "minAppVersion": "0.15.0", "description": "Convert audio recordings to text using multiple AI providers (OpenAI Whisper, Deepgram)", "author": "Taesun Lee", diff --git a/package.json b/package.json index 74294a5..c3d0b9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-speech-to-text", - "version": "3.0.6", + "version": "3.0.7", "description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)", "main": "main.js", "scripts": { @@ -75,4 +75,4 @@ "overrides": { "npm": "11.7.0" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index b9de9bb..ae19237 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "3.0.3": "0.15.0", "3.0.4": "0.15.0", "3.0.5": "0.15.0", - "3.0.6": "0.15.0" + "3.0.6": "0.15.0", + "3.0.7": "0.15.0" } \ No newline at end of file