From 59c31388219b60f2c854c74e57d259a965be81ec Mon Sep 17 00:00:00 2001 From: Gunnar Torfi Date: Thu, 5 Sep 2024 15:23:07 +0000 Subject: [PATCH] chore: release 0.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc2fe00..cacecab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-toasts", - "version": "0.2.2", + "version": "0.3.0", "description": "Animated, customizable Toasts for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", @@ -208,4 +208,4 @@ "type": "library", "version": "0.41.0" } -} \ No newline at end of file +}