From 98a44dc51a1a01f1238212def8fd0b0b6a00b7bf Mon Sep 17 00:00:00 2001 From: "filipirafael.123@gmail.com" Date: Mon, 30 Dec 2024 19:22:36 -0300 Subject: [PATCH] 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bad8ef9..8849a67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-motion-tabs", - "version": "1.0.3", + "version": "1.0.4", "description": "A lightweight, customizable animated bottom tabs navigator for React Native. Built on top of React Navigation, it provides smooth animations, icon customization, and an intuitive API for creating beautiful tab bars with minimal setup.", "source": "./src/index.tsx", "main": "lib/commonjs/index",