From 0d6a2f9acc46f4cb86dcc6b2c808ea6df3b6038a Mon Sep 17 00:00:00 2001 From: Jonathan Canevese Date: Wed, 30 Mar 2022 17:13:41 +0200 Subject: [PATCH] chore: release 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f97d4b6..37628af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@develondigital/react-native-lightning-modal", - "version": "2.0.2", + "version": "2.1.0", "description": "a fast modal made with react native reanimated 2!", "main": "lib/commonjs/index", "module": "lib/module/index",