From 1ad7379def706cd26bcccbcce1e4f123f62e6e29 Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Thu, 31 Aug 2023 21:17:56 -0400 Subject: [PATCH] chore: release 4.7.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0df23c2..9c2aeba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-safe-area-context", - "version": "4.7.1", + "version": "4.7.2", "description": "A flexible way to handle safe area, also works on Android and web.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",