From 2f4f608af96817adc821786aa79cbfad2c8548f4 Mon Sep 17 00:00:00 2001 From: "filipirafael.123@gmail.com" Date: Mon, 30 Dec 2024 16:56:11 -0300 Subject: [PATCH] chore: update package.json version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3c1b18..018c51c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-motion-tabs", - "version": "0.1.0", + "version": "1.0.0", "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",