From ce674c713b3bd0a29365f64250a7f1a4adeb5ac8 Mon Sep 17 00:00:00 2001 From: Hoa Phan Date: Mon, 25 Mar 2024 22:05:04 +0700 Subject: [PATCH] chore: release 2.10.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8eb5464..6300487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-element-dropdown", - "version": "2.10.2", + "version": "2.10.3", "description": "React Native Element Dropdown is a library that provides a customizable dropdown component for React Native applications.", "main": "lib/commonjs/index", "module": "lib/module/index",