Skip to content

Commit 72867d1

Browse files
author
chensiming
committed
geetest 0.2.1
1 parent 88efce1 commit 72867d1

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
3+
* update README
4+
15
## 0.2.0
26

37
* fix ios geetest lib version

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![pub package](https://img.shields.io/badge/pub-0.1.8-brightgreen.svg)](https://pub.dartlang.org/packages/geetest_plugin) [![Build Status](https://travis-ci.com/cikichen/flutter_geetest_plugin.svg?branch=master)](https://travis-ci.com/cikichen/flutter_geetest_plugin)
1+
[![pub package](https://img.shields.io/badge/pub-0.2.1-brightgreen.svg)](https://pub.dartlang.org/packages/geetest_plugin) [![Build Status](https://travis-ci.com/cikichen/flutter_geetest_plugin.svg?branch=master)](https://travis-ci.com/cikichen/flutter_geetest_plugin)
22

33
# geetest_plugin
44

@@ -20,7 +20,7 @@ Add this to your package's pubspec.yaml file:
2020

2121
```
2222
dependencies:
23-
geetest_plugin: ^0.1.8
23+
geetest_plugin: ^0.2.1
2424
```
2525

2626
### 2. Install it

ios/geetest_plugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'geetest_plugin'
6-
s.version = '0.2.0'
6+
s.version = '0.2.1'
77
s.summary = 'Geetest(GT3Captcha) Flutter plugin.'
88
s.description = <<-DESC
99
Geetest Flutter plugin.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geetest_plugin
22
description: Geetest(GT3Captcha) Flutter plugin(Geetest's CAPTCHA - a user-friendly CAPTCHA powered by AI. Protect your website and mobile apps against bot traffic. Start your free trial now!).
3-
version: 0.2.0
3+
version: 0.2.1
44
author: SimonChen <admin@ithome.me>
55
homepage: https://github.com/cikichen/flutter_geetest_plugin
66

0 commit comments

Comments
 (0)