From 6e15d60cdc92ad9b2e95cb18abbe505af98afbe5 Mon Sep 17 00:00:00 2001 From: Ivan Seniv Date: Thu, 16 Jan 2025 22:37:13 +0200 Subject: [PATCH] chore: release 3.0.0-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d503bd1..ac3f4d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifier", - "version": "2.0.0", + "version": "3.0.0-rc.0", "description": "Fast and simple in-app notifications for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",