Skip to content

Commit 82dd35b

Browse files
Merge pull request jpush#30 from jpush/dev
Dev
2 parents a06c097 + a4f99aa commit 82dd35b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
```
1111
dependencies:
12-
jmessage_flutter: 0.0.11
12+
jmessage_flutter: 0.0.14
1313
```
1414

1515

lib/jmessage_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ class JMContactNotifyEvent {
17671767
JMContactNotifyEvent.fromJson(Map<dynamic, dynamic> json)
17681768
: type = getEnumFromString(JMContactNotifyType.values, json['type']),
17691769
reason = json['reason'],
1770-
fromUserName = json['fromUserName'],
1770+
fromUserName = json['fromUsername'],
17711771
fromUserAppKey = json['fromUserAppKey'];
17721772
}
17731773

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jmessage_flutter
22
description: Offically supported JMessage Flutter plugin.
3-
version: 0.0.13
3+
version: 0.0.14
44
author: huminios <h380108184@gmail.com>
55
homepage: https://www.jiguang.cn
66

0 commit comments

Comments
 (0)