mirror of
https://github.com/mssoftjp/obsidian-voice-input.git
synced 2026-07-22 06:44:48 +00:00
chore: bump version to 0.9.2
This commit is contained in:
parent
dd65bcc549
commit
c40db83bb2
4 changed files with 7 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "voice-input",
|
||||
"name": "Voice Input",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Capture notes with high-accuracy multilingual voice input using OpenAI Speech-to-Text.",
|
||||
"author": "Musashino Software",
|
||||
"authorUrl": "https://github.com/mssoftjp",
|
||||
"fundingUrl": "https://buymeacoffee.com/mssoft",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
}
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "voice-input",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "voice-input",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@echogarden/fvad-wasm": "^0.2.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "voice-input",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "Voice input plugin for Obsidian with accurate transcription",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"0.8.0": "1.8.0",
|
||||
"0.9.0": "1.8.0",
|
||||
"0.9.1": "1.8.0"
|
||||
"0.9.1": "1.8.0",
|
||||
"0.9.2": "1.8.0"
|
||||
}
|
||||
Loading…
Reference in a new issue