From 3cf0207dcce526e4ba8d2deee334eb01da77888c Mon Sep 17 00:00:00 2001 From: asyouplz Date: Fri, 23 Jan 2026 11:55:08 +0900 Subject: [PATCH] chore: bump version to 3.0.14 --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {