From 7bb20b426009b6b6d00eb74894fe482a9095735b Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Sun, 7 Mar 2021 15:18:33 -0500 Subject: [PATCH] 3.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4f7485..d33d7cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-safe-area-context", - "version": "3.1.9", + "version": "3.2.0", "description": "A flexible way to handle safe area, also works on Android and web.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",