mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
chore: bump version to 3.0.14
This commit is contained in:
parent
d03121ca0c
commit
3cf0207dcc
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue