From 7151d8dfc331a742900ba0d81276b2f1efb1335a Mon Sep 17 00:00:00 2001 From: Ivan Seniv Date: Mon, 20 Jan 2025 22:58:01 +0200 Subject: [PATCH] chore: release 3.0.0-rc.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9282a1..7a3e8f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifier", - "version": "3.0.0-rc.3", + "version": "3.0.0-rc.4", "description": "Fast and simple in-app notifications for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",