Skip to content

Commit

Permalink
Merge pull request #924 from huangshuni/master
Browse files Browse the repository at this point in the history
ios 开放本地通知定时展示字段fix,修改版本号为3.0.2
  • Loading branch information
huangshuni committed Aug 7, 2023
2 parents 1a95b32 + aea8e8a commit cb1aa1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"jcore-react-native": "2.1.3",
"jpush-react-native": "3.0.1",
"jpush-react-native": "3.0.2",
"react": "16.8.6",
"react-native": "0.60.5",
"update": "^0.7.4"
Expand Down
2 changes: 1 addition & 1 deletion ios/RCTJPushModule/RCTJPushModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define EXTRAS @"extras"
#define BADGE @"badge"
#define RING @"ring"
#definr BROADCASTTIME @"broadcastTime"
#define BROADCASTTIME @"broadcastTime"

//本地角标
#define APP_BADGE @"appBadge"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "index.d.ts",
"license": "ISC",
"author": "wicked.tc130",
"version": "3.0.1",
"version": "3.0.2",
"repository": {
"type": "git",
"url": "https://github.com/jpush/jpush-react-native"
Expand Down

0 comments on commit cb1aa1e

Please sign in to comment.