From 0bf911b9adf90cabf6475ead21aaf28eb5d30fad Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Wed, 8 Jan 2025 15:40:43 -0500 Subject: [PATCH] chore: release 5.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 493f167..4c321fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-safe-area-context", - "version": "5.0.0", + "version": "5.1.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",