diff --git a/package.json b/package.json index 91d7dee..a3336ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-voice-dictation", - "version": "1.0.4", + "version": "1.0.5", "private": true, "type": "module", "engines": { diff --git a/vite.config.ts b/vite.config.ts index d81771a..9d9e9da 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ userscript: { name: "OpenCode Voice Dictation", namespace: "https://github.com/slaid098/opencode-voice-dictation", - version: "1.0.4", + version: "1.0.5", description: "Voice dictation for OpenCode web using Whisper (Groq API) - works on PC and mobile", author: "slaid098",