From c675d428dae954b4cbfb79368ebdd662d71731dd Mon Sep 17 00:00:00 2001 From: Frederick Widjaja Date: Fri, 31 May 2024 14:59:32 +0700 Subject: [PATCH] chore: release 1.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e268884..3860baa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ssl-public-key-pinning", - "version": "1.2.3", + "version": "1.2.4", "description": "Simple and secure SSL public key pinning for React Native. No native configuration needed, set up in <5 minutes.", "main": "lib/commonjs/index", "module": "lib/module/index",