From 4bba4ce88fb3586993b176dcd683f59a9454a267 Mon Sep 17 00:00:00 2001 From: BO KANG Date: Thu, 2 Mar 2017 10:51:35 -0800 Subject: [PATCH] remove leading 'v' letter from version string, bump the version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69b471e..d86b0cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-code-push", - "version": "1.17.1-beta", + "version": "1.17.2-beta", "description": "React Native plugin for the CodePush service", "main": "CodePush.js", "typings": "typings/react-native-code-push.d.ts",