From 8210c30b7e52724af7971cf9fd2470e5e6ffc6de Mon Sep 17 00:00:00 2001 From: rgommezz Date: Wed, 13 May 2020 21:35:35 +0100 Subject: [PATCH] 0.4.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a863f9b..07a331a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-scroll-bottom-sheet", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e286e9..37f5f27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-scroll-bottom-sheet", - "version": "0.4.0", + "version": "0.4.1", "description": "Cross platform scrollable bottom sheet with virtualization support, running at 60 FPS and fully implemented in JS land", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",