Merge pull request #179 from Microsoft/version_bump

Version bump
This commit is contained in:
Jonathan Carter
2016-02-03 12:06:29 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'CodePush'
s.version = '1.6.0-beta'
s.version = '1.7.1-beta'
s.summary = 'React Native plugin for the CodePush service'
s.author = 'Microsoft Corporation'
s.license = 'MIT'

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-code-push",
"version": "1.7.0-beta",
"version": "1.7.1-beta",
"description": "React Native plugin for the CodePush service",
"main": "CodePush.js",
"homepage": "https://microsoft.github.io/code-push",