From 323b739f8871b0f613371abb5094de78b154af3b Mon Sep 17 00:00:00 2001 From: Alireza Hadjar Date: Wed, 16 Oct 2024 05:06:22 +0300 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 8fb9614..3133327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fast-confetti", - "version": "0.2.5", + "version": "0.3.0", "description": "The fastest confetti animation library in react native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", @@ -175,4 +175,4 @@ "type": "library", "version": "0.41.2" } -} \ No newline at end of file +}