chore: bump version to 0.11.176

This commit is contained in:
Omar McAdam
2026-03-20 12:51:31 -07:00
parent 598dcb11d2
commit 47b6f7e37a
9 changed files with 13 additions and 13 deletions

View File

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