diff --git a/lerna.json b/lerna.json index 5bc89a7..c46a8bc 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.5.3" + "version": "0.6.0" } diff --git a/packages/core/package.json b/packages/core/package.json index a50cab3..4506f08 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia", - "version": "0.5.2", + "version": "0.6.0", "description": "P2P messaging over mesh networks", "main": "index.js", "license": "MIT", diff --git a/packages/local/package.json b/packages/local/package.json index 20416b2..8c46993 100644 --- a/packages/local/package.json +++ b/packages/local/package.json @@ -1,12 +1,12 @@ { "name": "ataraxia-local", - "version": "0.5.2", + "version": "0.6.0", "description": "Machine-local transport for Ataraxia P2P messaging", "main": "index.js", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/local", "dependencies": { - "ataraxia": "^0.5.2", + "ataraxia": "^0.6.0", "debug": "^3.1.0", "end-of-stream": "^1.4.1", "local-machine-network": "^0.1.0" diff --git a/packages/services/package.json b/packages/services/package.json index 9a24635..cc276e4 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,12 +1,12 @@ { "name": "ataraxia-services", - "version": "0.5.3", + "version": "0.6.0", "description": "Services with RPC and events over Ataraxia mesh network", "main": "index.js", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/services", "dependencies": { - "ataraxia": "^0.5.2", + "ataraxia": "^0.6.0", "debug": "^3.1.0", "deep-equal": "^1.0.1", "eventemitter2": "^4.1.2" diff --git a/packages/tcp/package.json b/packages/tcp/package.json index 5e4c48d..b72416b 100644 --- a/packages/tcp/package.json +++ b/packages/tcp/package.json @@ -1,12 +1,12 @@ { "name": "ataraxia-tcp", - "version": "0.5.2", + "version": "0.6.0", "description": "TCP transport for Ataraxia P2P messaging", "main": "index.js", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/tcp", "dependencies": { - "ataraxia": "^0.5.2", + "ataraxia": "^0.6.0", "debug": "^3.1.0", "end-of-stream": "^1.4.0", "tinkerhub-mdns": "^0.3.1" diff --git a/packages/ws-client/package.json b/packages/ws-client/package.json index 20b4ce0..a936e0c 100644 --- a/packages/ws-client/package.json +++ b/packages/ws-client/package.json @@ -1,12 +1,12 @@ { "name": "ataraxia-ws-client", - "version": "0.5.2", + "version": "0.6.0", "description": "WebSocket client for Ataraxia P2P messaging", "main": "index.js", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/ws-client", "dependencies": { - "ataraxia": "^0.5.2", + "ataraxia": "^0.6.0", "debug": "^3.1.0", "msgpack-lite": "^0.1.26" } diff --git a/packages/ws-server/package.json b/packages/ws-server/package.json index 56a16e7..53a1942 100644 --- a/packages/ws-server/package.json +++ b/packages/ws-server/package.json @@ -1,13 +1,13 @@ { "name": "ataraxia-ws-server", - "version": "0.5.2", + "version": "0.6.0", "description": "WebSocket server for Ataraxia P2P messaging", "main": "index.js", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/ws-server", "dependencies": { - "ataraxia": "^0.5.2", - "ataraxia-ws-client": "^0.5.2", + "ataraxia": "^0.6.0", + "ataraxia-ws-client": "^0.6.0", "debug": "^3.1.0", "msgpack-lite": "^0.1.26", "ws": "^4.0.0"