chore: bump version to 0.11.196

This commit is contained in:
Benjamin Shafii
2026-03-30 13:56:06 -07:00
parent ca002ddc65
commit 663e357b00
9 changed files with 41 additions and 43 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "@openwork/desktop",
"private": true,
"version": "0.11.195",
"opencodeRouterVersion": "0.11.195",
"version": "0.11.196",
"opencodeRouterVersion": "0.11.196",
"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}\\\"}}\"",