Skip to content

Commit 1a95b32

Browse files
authored
Merge pull request #923 from LcTerry/master
更新版本号3.0.1
2 parents 488cb13 + fbb68bc commit 1a95b32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"jcore-react-native": "2.1.3",
11-
"jpush-react-native": "3.0.0",
11+
"jpush-react-native": "3.0.1",
1212
"react": "16.8.6",
1313
"react-native": "0.60.5",
1414
"update": "^0.7.4"

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export default class JPush {
339339
* title:对应“通知标题”字段
340340
*
341341
* content:对应“通知内容”字段
342-
* broadcastTime:定时通知展示时间,需要把 时间戳 转为String 传入。
342+
* broadcastTime:定时通知展示时间,需要把 时间戳(毫秒) 转为String 传入。
343343
*
344344
* extras:对应“附加内容”字段
345345
*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "index.d.ts",
77
"license": "ISC",
88
"author": "wicked.tc130",
9-
"version": "3.0.0",
9+
"version": "3.0.1",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/jpush/jpush-react-native"

0 commit comments

Comments
 (0)