From e7d9bbbaea0a9ca4e06372e257aac24cd5566e92 Mon Sep 17 00:00:00 2001 From: Paul Taylor <60293767+Y0ursTruly@users.noreply.github.com> Date: Sat, 27 Jul 2024 01:23:38 +0000 Subject: [PATCH] webject ready >:D --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2ac1b1..ea59e14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webject", - "version": "1.4.6", + "version": "1.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webject", - "version": "1.4.6", + "version": "1.4.7", "license": "Apache-2.0", "dependencies": { "ws": "^8.17.1" diff --git a/package.json b/package.json index f84e807..f438fad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webject", - "version": "1.4.6", + "version": "1.4.7", "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": {