diff --git a/manifest.json b/manifest.json index b97d737..7b292f3 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c1ed897..05778a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 5554441..eb64ccd 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 18b477e..f6ab5ee 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file