From 082c77bde71c608e20496ac2cdbed3aaaa2fe54c Mon Sep 17 00:00:00 2001 From: Kyle Roach Date: Thu, 4 Oct 2018 13:00:59 -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 7aef5a2..4a80401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-collapsible", - "version": "1.0.1", + "version": "1.1.0", "description": "Animated collapsible component for React Native using the Animated API. Good for accordions, toggles etc", "main": "Collapsible.js", "types": "index.d.ts",