From 3a8e79b7e988852f6a3c321b54f61dce5871d93d Mon Sep 17 00:00:00 2001 From: kubilaysalih Date: Sun, 13 Aug 2023 16:33:49 +0300 Subject: [PATCH] chore: release 0.2.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4444891..e3cb7c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-customizable-toast", - "version": "0.2.0", + "version": "0.2.1", "description": "yet another toast library based on reanimated 2 layout animations", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -150,4 +150,4 @@ ] }, "dependencies": {} -} \ No newline at end of file +}