Skip to content

Commit 4a3e43e

Browse files
chore: bump version to 0.11.199
1 parent 376c394 commit 4a3e43e

9 files changed

Lines changed: 79 additions & 85 deletions

File tree

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openwork/app",
33
"private": true,
4-
"version": "0.11.198",
4+
"version": "0.11.199",
55
"type": "module",
66
"scripts": {
77
"dev": "OPENWORK_DEV_MODE=1 vite",

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@openwork/desktop",
33
"private": true,
4-
"version": "0.11.198",
5-
"opencodeRouterVersion": "0.11.198",
4+
"version": "0.11.199",
5+
"opencodeRouterVersion": "0.11.199",
66
"type": "module",
77
"scripts": {
88
"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}\\\"}}\"",

0 commit comments

Comments
 (0)