From 792395c5a55fbf8e08565e01cf4bd92e72726259 Mon Sep 17 00:00:00 2001 From: Fateh Farooqui Date: Sun, 21 Jul 2024 14:22:37 +0530 Subject: [PATCH] chore: release 2.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62702c5..eb0c15a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-paper-dropdown", - "version": "2.0.6", + "version": "2.0.7", "description": "Dropdown component using React Native Paper TextInput and Menu, now also with multiselect", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",