From ea3a3131c2299862d7641d3616a52936579edcb0 Mon Sep 17 00:00:00 2001 From: Naoufal Kadhom Date: Tue, 16 Jun 2015 21:14:51 -0400 Subject: [PATCH] Bump package version --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ee5de15..c508440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-accordion", - "version": "0.1.1", + "version": "0.2.0", "description": "An Accordion Component for React Native", "main": "index.ios.js", "scripts": { @@ -15,7 +15,8 @@ "react", "native", "accordion", - "react-component" + "react-component", + "react-native-component" ], "author": "Naoufal Kadhom (https://github.com/naoufal)", "license": "ISC",