chore(repo): bump version to 1.0.5

This commit is contained in:
opencode-agent 2026-08-04 12:08:56 +00:00
parent e215368feb
commit bb2093b67f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "opencode-voice-dictation", "name": "opencode-voice-dictation",
"version": "1.0.4", "version": "1.0.5",
"private": true, "private": true,
"type": "module", "type": "module",
"engines": { "engines": {

View file

@ -8,7 +8,7 @@ export default defineConfig({
userscript: { userscript: {
name: "OpenCode Voice Dictation", name: "OpenCode Voice Dictation",
namespace: "https://github.com/slaid098/opencode-voice-dictation", namespace: "https://github.com/slaid098/opencode-voice-dictation",
version: "1.0.4", version: "1.0.5",
description: description:
"Voice dictation for OpenCode web using Whisper (Groq API) - works on PC and mobile", "Voice dictation for OpenCode web using Whisper (Groq API) - works on PC and mobile",
author: "slaid098", author: "slaid098",