chore: bump version to 3.0.14

This commit is contained in:
asyouplz 2026-01-23 11:55:08 +09:00
parent d03121ca0c
commit 3cf0207dcc
2 changed files with 3 additions and 3 deletions

View file

@ -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
}
}

View file

@ -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": {