From 7ec50e35d86793e2c89617abf3162f7275bea34f Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Fri, 30 Oct 2015 15:57:15 -0700 Subject: [PATCH] Bumping the version and updating the SDK dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f48222b..81aab49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-code-push", - "version": "1.0.1-beta", + "version": "1.1.0-beta", "description": "React Native plugin for the CodePush service", "main": "CodePush.ios.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.0.0-beta", + "code-push": "^1.1.0-beta", "extend": "3.0.0" }, "devDependencies": {