From b4ec2050a042989e7e1632ba147261fce8f4f275 Mon Sep 17 00:00:00 2001 From: andrew-cat Date: Fri, 6 Nov 2020 11:19:20 +0100 Subject: [PATCH] 5.3.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01efd4d..299f7d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "configcat-js", - "version": "5.3.1", + "version": "5.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b42d0e3..18e5c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "configcat-js", - "version": "5.3.1", + "version": "5.3.2", "description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.", "main": "lib/index.js", "types": "lib/index.d.ts",