diff --git a/package.json b/package.json index 5b6639b4005..d3afc918c8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coder/xum", - "version": "0.28.3", + "version": "0.28.4", "desktopName": "xum.desktop", "description": "xum - coding agent multiplexer", "author": "Coder", diff --git a/packages/mux-compat/package.json b/packages/mux-compat/package.json index 170f13829aa..d3b871d8819 100644 --- a/packages/mux-compat/package.json +++ b/packages/mux-compat/package.json @@ -1,6 +1,6 @@ { "name": "mux", - "version": "0.28.3", + "version": "0.28.4", "description": "Compatibility package forwarding the legacy mux command to @coder/xum", "bin": { "mux": "bin/mux.js" @@ -10,7 +10,7 @@ "README.md" ], "dependencies": { - "@coder/xum": "0.28.3" + "@coder/xum": "0.28.4" }, "repository": { "type": "git",