chore: bump version to 4.0.1

This commit is contained in:
asyouplz 2026-01-27 12:50:09 +09:00
parent 192f336187
commit 2aeab4ff8f
4 changed files with 8 additions and 7 deletions

View file

@ -1,11 +1,11 @@
{
"id": "speech-to-text",
"name": "Speech to Text",
"version": "4.0.0",
"version": "4.0.1",
"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
}
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-speech-to-text",
"version": "4.0.0",
"version": "4.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-speech-to-text",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^20.3.1",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-speech-to-text",
"version": "4.0.0",
"version": "4.0.1",
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
"main": "main.js",
"scripts": {

View file

@ -14,5 +14,6 @@
"3.0.10": "0.15.0",
"3.0.11": "0.15.0",
"3.0.12": "0.15.0",
"4.0.0": "0.15.0"
}
"4.0.0": "0.15.0",
"4.0.1": "0.15.0"
}