diff --git a/package-lock.json b/package-lock.json index ea59e14..f2ac1b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webject", - "version": "1.4.7", + "version": "1.4.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webject", - "version": "1.4.7", + "version": "1.4.6", "license": "Apache-2.0", "dependencies": { "ws": "^8.17.1" diff --git a/package.json b/package.json index f438fad..f84e807 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webject", - "version": "1.4.7", + "version": "1.4.6", "description": "Share Objects Online with the power of websockets. Keys, Values AND references. Webject is short for Web Object and it really is a system for sharing objects on the web. Someone can host an object, and make authTokens for others online to share this object", "main": "webject.js", "scripts": {