From 02a58b3f10eaa5b6a6b82e206fcabb2602c7bcd0 Mon Sep 17 00:00:00 2001 From: Fateh Farooqui Date: Sat, 3 Aug 2024 18:14:53 +0530 Subject: [PATCH] chore: release 2.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f10adf1..0e15e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-paper-dropdown", - "version": "2.3.0", + "version": "2.3.1", "description": "Dropdown component using React Native Paper TextInput and Menu, now also with multiselect", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",