From 0f37f385570ee8e9bf218551262ba7b3be4d2076 Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Tue, 8 Oct 2019 14:22:29 -0400 Subject: [PATCH] 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01851431..6ce4e499 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-safe-area-context", - "version": "0.4.0", + "version": "0.4.1", "description": "A flexible way to handle safe area, also works on Android and web.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",