From c7533cf777ced244db4c8f468c6d5553166a634a Mon Sep 17 00:00:00 2001 From: Fadi Khadra Date: Tue, 3 May 2022 21:14:41 +0200 Subject: [PATCH] 9.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 42eb059d..ff61ba93 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.0-rc-2", + "version": "9.0.0", "license": "MIT", "typings": "dist/index.d.ts", "description": "React notification made easy", @@ -160,4 +160,4 @@ "import": "./addons/use-notification-center/index.esm.js" } } -} \ No newline at end of file +}