Skip to content

Commit 9ca8c8b

Browse files
authored
Merge pull request #25 from raoxudong/dev
v0.5.2修复登录回调通知 bug
2 parents 762153b + 9133202 commit 9ca8c8b

File tree

5 files changed

+71
-229
lines changed

5 files changed

+71
-229
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.5.2
2+
+ 修复:授权登录回调通知 bug
13
## 0.5.1
24
+ 修复:iOS 授权页 loading 框位置偏移问题
35
+ 修复:iOS 授权页监听点击事件 bug

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
```yaml
99
//pub 集成
1010
dependencies:
11-
jverify: 0.5.1
11+
jverify: 0.5.2
1212

1313

1414
//github 集成

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ packages:
5252
path: ".."
5353
relative: true
5454
source: path
55-
version: "0.5.1"
55+
version: "0.5.2"
5656
matcher:
5757
dependency: transitive
5858
description:

0 commit comments

Comments
 (0)