From 482e0c0a1d3068b79fd87a74cb1c3afc7c55670e Mon Sep 17 00:00:00 2001 From: Kyle Roach Date: Sun, 7 Oct 2018 11:17:20 -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 2b32379..7b3b07e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-collapsible", - "version": "1.1.0", + "version": "1.2.0", "description": "Animated collapsible component for React Native using the Animated API. Good for accordions, toggles etc", "main": "Collapsible.js", "types": "index.d.ts",