From 822f47d96475b9fffd9bc2654b0a347efb940eea Mon Sep 17 00:00:00 2001 From: Shishir H Date: Thu, 17 Mar 2016 15:12:44 -0700 Subject: [PATCH] bump version for sdk --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ed6d7ee..b9c75c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-code-push", - "version": "1.8.0-beta", + "version": "1.9.0-beta", "description": "React Native plugin for the CodePush service", "main": "CodePush.js", "homepage": "https://microsoft.github.io/code-push", @@ -16,7 +16,7 @@ "url": "https://github.com/Microsoft/react-native-code-push" }, "dependencies": { - "code-push": "1.7.0-beta" + "code-push": "1.8.0-beta" }, "devDependencies": { "react-native": "0.19.0"