From 80e5356fbe828c01c419488dc5de3f5720e1f012 Mon Sep 17 00:00:00 2001 From: Jesse Onolememen Date: Mon, 30 Mar 2020 22:11:35 +0100 Subject: [PATCH] chore: release 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b939041d..f92945b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-bubble-select", - "version": "0.3.0", + "version": "0.4.0", "description": "An easy-to-use customizable bubble animation picker, similar to the Apple Music genre selection", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",