From 25167a5c2949ab5d3b6d8bae7d72be92ee1b02a3 Mon Sep 17 00:00:00 2001 From: AdamSEY Date: Tue, 7 Jun 2022 00:58:15 +0200 Subject: [PATCH] 3.3.2 --- 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 bc0073f..e6f60a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "easy-chat-pushjs", - "version": "3.3.0", + "version": "3.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "easy-chat-pushjs", - "version": "3.3.0", + "version": "3.3.2", "license": "ISC", "dependencies": { "bluebird": "^3.7.2", diff --git a/package.json b/package.json index 9e90bcb..3435def 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-chat-pushjs", - "version": "3.3.1", + "version": "3.3.2", "description": "Push Notifications using websockets, supports FCM, Slack and P2P.", "main": "lib/index.js", "author": "",