diff --git a/package-lock.json b/package-lock.json index 7144a2e..9ecfbcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xtr-dev/rondevu-client", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@xtr-dev/rondevu-client", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "dependencies": { "@noble/ed25519": "^3.0.0", diff --git a/package.json b/package.json index f6ef715..0204aa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xtr-dev/rondevu-client", - "version": "0.9.1", + "version": "0.9.2", "description": "TypeScript client for Rondevu with durable WebRTC connections, automatic reconnection, and message queuing", "type": "module", "main": "dist/index.js",