chore: bump version to 0.11.203

This commit is contained in:
src-opn
2026-04-07 10:49:19 -07:00
parent fdfb43ca0a
commit d5459798b2
9 changed files with 17 additions and 17 deletions

View File

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