From 893a4f488781e2c5e2ae242ff9032b1d1977ebba Mon Sep 17 00:00:00 2001 From: Fateh Farooqui Date: Mon, 29 Jul 2024 23:57:10 +0530 Subject: [PATCH] chore: release 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5625c24..f10adf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-paper-dropdown", - "version": "2.2.0", + "version": "2.3.0", "description": "Dropdown component using React Native Paper TextInput and Menu, now also with multiselect", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",