From 7a8d26f25681dcb1cd763e16110570227a99d7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Grychto=C5=82?= Date: Fri, 10 Jun 2022 13:01:38 +0200 Subject: [PATCH] chore: release 0.0.1-beta.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0df0caba..07452980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notificated", - "version": "0.0.1-alpha.2", + "version": "0.0.1-beta.0", "description": "Blazingly super fast RN notification library. Better than your delivery man", "main": "lib/commonjs/index", "module": "lib/module/index",