Skip to content

Commit 88efce1

Browse files
author
chensiming
committed
geetest 0.2.0
1 parent f3eea6f commit 88efce1

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.2.0
2+
3+
* fix ios geetest lib version
4+
5+
## 0.1.8
6+
7+
* fix ios geetest lib version
8+
19
## 0.1.7
210

311
* update flutter 1.5.4

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.7-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.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)
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.7
23+
geetest_plugin: ^0.1.8
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.1.7'
6+
s.version = '0.2.0'
77
s.summary = 'Geetest(GT3Captcha) Flutter plugin.'
88
s.description = <<-DESC
99
Geetest Flutter plugin.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geetest_plugin
2-
description: Geetest(GT3Captcha) Flutter plugin(Flutter极验验证插件).
3-
version: 0.1.7
2+
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
44
author: SimonChen <admin@ithome.me>
55
homepage: https://github.com/cikichen/flutter_geetest_plugin
66

0 commit comments

Comments
 (0)