Bumping the version

This commit is contained in:
Jonathan Carter
2016-04-08 10:24:04 -07:00
parent d7d9b1bdb5
commit bef5e5fb77
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
# React Native Plugin for CodePush
# React Native Module for CodePush
This plugin provides client-side integration for the [CodePush service](http://codepush.tools), allowing you to easily add a dynamic update experience to your React Native app(s).

View File

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