From 15127e8aa3176258791c2f7fff19d526a4e167eb Mon Sep 17 00:00:00 2001 From: Rolands Date: Mon, 7 Nov 2022 18:34:26 +0200 Subject: [PATCH] upd --- core/package-lock.json | 4 ++-- core/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index 929dc40..29f86cb 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "socio", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "socio", - "version": "0.0.4", + "version": "0.0.5", "license": "ISC", "dependencies": { "@rolands/log": "^1.1.1", diff --git a/core/package.json b/core/package.json index 0f19391..6b1c9cd 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "socio", - "version": "0.0.4", + "version": "0.0.5", "description": "a websocket based live and synced front and back end", "main": "core.js", "type": "module",