From 303817e446c3df2bbd440a1c89ed739af602f476 Mon Sep 17 00:00:00 2001 From: Ian Yu-Hsun Lin Date: Wed, 4 May 2016 13:56:10 +0800 Subject: [PATCH] match the package version with npm published one (0.2.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 244643d..67113e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-gcm-android", - "version": "0.1.9", + "version": "0.2.0", "repository": { "type": "git", "url": "git+https://github.com/oney/react-native-gcm-android.git"