From 4a8c5792c67d4dc325ce106e3dad372c1bf9c74f Mon Sep 17 00:00:00 2001 From: Gunnar Torfi Date: Thu, 5 Sep 2024 12:29:59 +0000 Subject: [PATCH] chore: release 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b12fcfe..e7fafe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-toasts", - "version": "0.2.0", + "version": "0.2.1", "description": "Animated, customizable Toasts for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",