diff --git a/bun.lock b/bun.lock index d1a38f2415..54594c6374 100644 --- a/bun.lock +++ b/bun.lock @@ -181,7 +181,7 @@ }, "js/net": { "name": "@moq/net", - "version": "0.4.0", + "version": "0.3.0", "dependencies": { "@moq/qmux": "^0.3.2", "@moq/signals": "workspace:*", diff --git a/js/net/package.json b/js/net/package.json index 4039232ddf..d1fe6fae75 100644 --- a/js/net/package.json +++ b/js/net/package.json @@ -1,7 +1,7 @@ { "name": "@moq/net", "type": "module", - "version": "0.4.0", + "version": "0.3.0", "description": "The networking layer for Media over QUIC: real-time pub/sub with built-in caching, fan-out, and prioritization.", "license": "(MIT OR Apache-2.0)", "repository": "github:moq-dev/moq",