From 5c61e382ba38ff60e14ea3e6431c53a73a5a85f6 Mon Sep 17 00:00:00 2001 From: Richard Lindhout Date: Mon, 29 Jan 2024 21:21:41 +0100 Subject: [PATCH] fix: fix for bad output range #61 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 213da59..7fe63d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-paper-tabs", - "version": "0.10.0", + "version": "0.10.1", "description": "Smooth and fast cross platform Material Design Tabs for React Native Paper", "main": "lib/commonjs/index", "module": "lib/module/index",