From bc55fe4abb3d37c797763262e3df936754bc6936 Mon Sep 17 00:00:00 2001 From: Janic Duplessis <janicduplessis@gmail.com> Date: Thu, 15 Aug 2024 12:41:50 -0400 Subject: [PATCH] chore: release 4.10.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e756fc..8965e13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-safe-area-context", - "version": "4.10.8", + "version": "4.10.9", "description": "A flexible way to handle safe area, also works on Android and web.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",