chore: bump version to 3.0.7

- Update version in package.json, manifest.json, versions.json
- Includes all changes from PR #41 (Obsidian Plugin Review Lint fixes)
This commit is contained in:
asyouplz 2026-01-18 14:01:31 +09:00
parent c433b7c80b
commit 98b417e647
3 changed files with 5 additions and 4 deletions

View file

@ -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",

View file

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

View file

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