Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 92cfe35

Browse files
committed
Merge pull request #282 from Microsoft/version_bump
Bumping the version
2 parents d7d9b1b + bef5e5f commit 92cfe35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CodePush.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'CodePush'
4-
s.version = '1.10.0-beta'
4+
s.version = '1.10.1-beta'
55
s.summary = 'React Native plugin for the CodePush service'
66
s.author = 'Microsoft Corporation'
77
s.license = 'MIT'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Native Plugin for CodePush
1+
# React Native Module for CodePush
22

33
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).
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-code-push",
3-
"version": "1.10.0-beta",
3+
"version": "1.10.1-beta",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.js",
66
"homepage": "https://microsoft.github.io/code-push",

0 commit comments

Comments
 (0)