diff --git a/package-lock.json b/package-lock.json index 7a010db..a863f9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-scroll-bottom-sheet", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b715870..0e286e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-scroll-bottom-sheet", - "version": "0.3.0", + "version": "0.4.0", "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",