From 240424f152f8fe82b7dc43e6dd506ee09d9b1a0c Mon Sep 17 00:00:00 2001 From: Ivan Seniv Date: Sun, 21 Jul 2024 18:04:58 +0300 Subject: [PATCH] chore: release 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09e3fea..9a76a15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifier", - "version": "1.10.0", + "version": "2.0.0", "description": "Fast and simple in-app notifications for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",