From 200834e222a1e1d2bb1955b06412ea6e30922dc1 Mon Sep 17 00:00:00 2001 From: RichardLindhout Date: Mon, 29 Jan 2024 20:22:18 +0000 Subject: [PATCH] chore: release 0.10.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fe63d5..fa939ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-paper-tabs", - "version": "0.10.1", + "version": "0.10.2", "description": "Smooth and fast cross platform Material Design Tabs for React Native Paper", "main": "lib/commonjs/index", "module": "lib/module/index",