mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
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:
parent
c433b7c80b
commit
98b417e647
3 changed files with 5 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue