From 4de712fb33e653c47ea87a57ce125c659d08574f Mon Sep 17 00:00:00 2001 From: Kyle Roach Date: Tue, 30 Oct 2018 09:13:02 -0400 Subject: [PATCH] chore: Bump version [ci skip] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d56daf5..1677f28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-collapsible", - "version": "1.2.1", + "version": "1.3.0", "description": "Animated collapsible component for React Native using the Animated API. Good for accordions, toggles etc", "main": "Collapsible.js", "types": "index.d.ts",