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",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"type": "module",
"engines": {

View file

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