From 303922be26dccafd4578732f38aa1217cb6140d6 Mon Sep 17 00:00:00 2001 From: Will Lotherington Date: Fri, 23 Apr 2021 11:21:56 -0500 Subject: [PATCH] 1.2.0 --- 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 55a2f8b..b1e507f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "ekko-client", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "dependencies": { "lil-uuid": "^0.1.1", diff --git a/package.json b/package.json index d7d0c13..904eb93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ekko-client", - "version": "1.1.1", + "version": "1.2.0", "description": "JavaScript client to interact with realtime ekko-server", "main": "./lib/ekko-client.js", "directories": {