Skip to content

Commit 051dd32

Browse files
committed
Merge pull request #231 from Microsoft/version_bump
Version bump
2 parents 0ec3580 + 504da45 commit 051dd32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CodePush.podspec

+1-1
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.7.4-beta'
4+
s.version = '1.8.0-beta'
55
s.summary = 'React Native plugin for the CodePush service'
66
s.author = 'Microsoft Corporation'
77
s.license = 'MIT'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ In order to integrate CodePush into your Android project, perform the following
218218
compile project(':react-native-code-push')
219219
}
220220
```
221-
3. (Only needed in v1.7.4+ of the plugin) In your `android/app/build.gradle` file, add the `codepush.gradle` file as an additional build task definition underneath `react.gradle`:
221+
3. (Only needed in v1.8.0+ of the plugin) In your `android/app/build.gradle` file, add the `codepush.gradle` file as an additional build task definition underneath `react.gradle`:
222222
223223
```gradle
224224
...

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-code-push",
3-
"version": "1.7.4-beta",
3+
"version": "1.8.0-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)