From 1a6a0bdc75b619235e4bfd7d9d9ddb42f45fc8c0 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Date: Wed, 2 Oct 2024 12:57:19 -0300 Subject: [PATCH] chore: release 0.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b71722..7919669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expo-modal-select", - "version": "0.1.4", + "version": "0.1.5", "description": "Select component with a fullscreen modal", "main": "lib/commonjs/index", "module": "lib/module/index",