Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit d21df96

Browse files
committed
v0.1.1
1 parent 59818c1 commit d21df96

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1
2+
3+
* fix: TencentCaptchaListener NullPointerException #7
4+
15
## 0.1.0
26

37
* bump flutter to 3.3.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
```yaml
3939
dependencies:
40-
flutter_tencent_captcha: ^0.1.0
40+
flutter_tencent_captcha: ^0.1.1
4141
```
4242
4343
您可以从命令行安装软件包:

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "0.1.0"
71+
version: "0.1.1"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_tencent_captcha
22
description: 适用于 Flutter 的腾讯云验证码插件
3-
version: 0.1.0
3+
version: 0.1.1
44
homepage: https://github.com/leanflutter/flutter_tencent_captcha
55

66
environment:

0 commit comments

Comments
 (0)