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