From fdb0a9c730df4b3c10fd6e84a79fc72ab49dfbaa Mon Sep 17 00:00:00 2001 From: Piotr Witasik <55193208+PdoubleU@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:11:21 +0100 Subject: [PATCH] chore: update package.json version (#223) 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",