chore: bump version to 0.11.192

This commit is contained in:
Benjamin Shafii
2026-03-25 14:56:33 -07:00
parent d6ee2fb7d9
commit 5f30ad2a87
9 changed files with 15 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "@openwork/desktop",
"private": true,
"version": "0.11.191",
"opencodeRouterVersion": "0.11.191",
"version": "0.11.192",
"opencodeRouterVersion": "0.11.192",
"type": "module",
"scripts": {
"dev": "OPENWORK_DEV_MODE=1 OPENWORK_DATA_DIR=\"$HOME/.openwork/openwork-orchestrator-dev\" tauri dev --config src-tauri/tauri.dev.conf.json --config \"{\\\"build\\\":{\\\"devUrl\\\":\\\"http://localhost:${PORT:-5173}\\\"}}\"",