From e8baf3bbf2ba8602dcdab91560bc72a08c5cb6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Wed, 9 Oct 2024 10:06:43 +0200 Subject: [PATCH] chore: release 0.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3f2de5..3bec168 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-bottom-tabs", - "version": "0.0.7", + "version": "0.0.8", "description": "Native Bottom Tabs for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",