From 7b761e6d7cd996af15033c74edf69e92ab44ccf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Fri, 8 Nov 2024 17:51:29 +0100 Subject: [PATCH] chore: release 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f89dd8..57c574c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-bottom-tabs", - "version": "0.3.2", + "version": "0.4.0", "description": "Native Bottom Tabs for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",