chore(repo): bump version to 1.0.5
This commit is contained in:
parent
e215368feb
commit
bb2093b67f
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue