From d36fca1b7f7c7597eb80b8a4b903dc3fbe6c0503 Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Fri, 20 Nov 2015 11:38:26 -0500 Subject: [PATCH] Released 0.5.3. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fc97a1..7a69407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-collapsible", - "version": "0.5.2", + "version": "0.5.3", "description": "Animated collapsible component for React Native using the Animated API. Good for accordions, toggles etc", "main": "Collapsible.js", "scripts": {