From 7d0cc9a5a16cb4ce1ba97b69aa651b516adb2260 Mon Sep 17 00:00:00 2001 From: RichardLindhout Date: Tue, 1 Aug 2023 21:30:45 +0000 Subject: [PATCH] chore: release 0.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a90c75f..f9e92ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-paper-tabs", - "version": "0.9.0", + "version": "0.9.1", "description": "Smooth and fast cross platform Material Design Tabs for React Native Paper", "main": "lib/commonjs/index", "module": "lib/module/index",