Skip to content

Commit b1a074f

Browse files
authored
Merge pull request #5 from srcpush/develop
Develop
2 parents e05fe4b + 306a50b commit b1a074f

3 files changed

Lines changed: 2508 additions & 7 deletions

File tree

android/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ def findReactNativePackageJson() {
3838

3939
return null
4040
}
41-
}
42-
43-
return null
44-
}
4541

4642
def getReactNativeVersion() {
4743
File packageJson = findReactNativePackageJson()

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
{
22
"name": "@srcpush/react-native-code-push",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.js",
66
"typings": "typings/react-native-code-push.d.ts",
7-
"homepage": "https://srcpush.com/",
7+
"homepage": "https://docs.srcpush.com",
88
"keywords": [
99
"react-native",
10+
"react",
11+
"rn",
1012
"code",
1113
"srcpush",
1214
"ota",
13-
"push"
15+
"push",
16+
"update",
17+
"mobile",
18+
"app",
19+
"deployment",
20+
"release"
1421
],
1522
"author": "Source Push",
1623
"license": "MIT",

0 commit comments

Comments
 (0)