chore: bump version to 0.9.2

This commit is contained in:
mssoftjp 2025-12-14 13:23:16 +09:00
parent dd65bcc549
commit c40db83bb2
4 changed files with 7 additions and 6 deletions

View file

@ -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
View file

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

View file

@ -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": {

View file

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