From ba17b928747dce35b47ea224d2ebe29c142f9b80 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Thu, 23 May 2024 18:23:53 +0100 Subject: [PATCH] Bump version 3.3.2 (#153) --- 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 f079261..fd72180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flagsmith-nodejs", - "version": "3.3.1", + "version": "3.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "flagsmith-nodejs", - "version": "3.3.0", + "version": "3.3.2", "license": "MIT", "dependencies": { "big-integer": "^1.6.51", diff --git a/package.json b/package.json index 481e57e..43e044d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flagsmith-nodejs", - "version": "3.3.1", + "version": "3.3.2", "description": "Flagsmith lets you manage features flags and remote config across web, mobile and server side applications. Deliver true Continuous Integration. Get builds out faster. Control who has access to new features.", "main": "build/index.js", "repository": {