From 4cec51ce03fe0d1982e8289a11919d12e3bb4c1f Mon Sep 17 00:00:00 2001 From: Piotr Witasik <55193208+PdoubleU@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:09:01 +0100 Subject: [PATCH] chore: Update package.json version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb97eee1..b3ab3a04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notificated", - "version": "0.1.1", + "version": "0.1.2", "description": "React Native toast notifications for iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",