From 2887433e6d18c3e524c6dc6a2abd9e210239a861 Mon Sep 17 00:00:00 2001 From: John Lianoglou Date: Thu, 17 Feb 2022 17:42:33 -0500 Subject: [PATCH] chore: bump package version (#43) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a264fa0..22a4de2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-config-reader", - "version": "4.1.1", + "version": "4.2.0", "description": "Simply access android build configs and ios info.plist values in JS", "main": "index.js", "scripts": {