From c0ac849b65297ec3b8f10a3cb0658125ed22039e Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Wed, 18 Sep 2024 11:36:21 +0100 Subject: [PATCH] Update package.json --- lib/react-native-flagsmith/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/react-native-flagsmith/package.json b/lib/react-native-flagsmith/package.json index 8c333ce..cccae17 100644 --- a/lib/react-native-flagsmith/package.json +++ b/lib/react-native-flagsmith/package.json @@ -1,6 +1,6 @@ { "name": "react-native-flagsmith", - "version": "4.1.3", + "version": "4.1.4", "description": "Feature flagging to support continuous development", "main": "./index.js", "repository": {