Skip to content

Commit

Permalink
geetest 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chensiming committed May 30, 2019
1 parent 88efce1 commit 72867d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1

* update README

## 0.2.0

* fix ios geetest lib version
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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)
[![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)

# geetest_plugin

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

```
dependencies:
geetest_plugin: ^0.1.8
geetest_plugin: ^0.2.1
```

### 2. Install it
Expand Down
2 changes: 1 addition & 1 deletion ios/geetest_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'geetest_plugin'
s.version = '0.2.0'
s.version = '0.2.1'
s.summary = 'Geetest(GT3Captcha) Flutter plugin.'
s.description = <<-DESC
Geetest Flutter plugin.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: geetest_plugin
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!).
version: 0.2.0
version: 0.2.1
author: SimonChen <[email protected]>
homepage: https://github.com/cikichen/flutter_geetest_plugin

Expand Down

0 comments on commit 72867d1

Please sign in to comment.