Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Prepare for 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iamthechad committed May 6, 2018
1 parent 9347d16 commit 4996211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[![Download](https://api.bintray.com/packages/iamthechad/plugins/recaptcha/images/download.svg?version=3.1.0) ](https://bintray.com/iamthechad/plugins/recaptcha/3.1.0/link)
[![Download](https://api.bintray.com/packages/iamthechad/plugins/recaptcha/images/download.svg?version=3.2.0) ](https://bintray.com/iamthechad/plugins/recaptcha/3.2.0/link)
[![Build Status](https://travis-ci.org/iamthechad/grails3-recaptcha.svg)](https://travis-ci.org/iamthechad/grails3-recaptcha)
[![Coverage Status](https://coveralls.io/repos/iamthechad/grails3-recaptcha/badge.svg?service=github)](https://coveralls.io/github/iamthechad/grails3-recaptcha)
[![Known Vulnerabilities](https://snyk.io/test/github/iamthechad/grails3-recaptcha/badge.svg)](https://snyk.io/test/github/iamthechad/grails3-recaptcha)
[![Stories in Ready](https://badge.waffle.io/iamthechad/grails3-recaptcha.png?label=ready&title=Ready)](http://waffle.io/iamthechad/grails3-recaptcha)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Badges](http://img.shields.io/:badges-6/6-ff6799.svg)](https://github.com/badges/badgerbadgerbadger)
[![Badges](http://img.shields.io/:badges-7/7-ff6799.svg)](https://github.com/badges/badgerbadgerbadger)

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down Expand Up @@ -46,7 +47,7 @@ This plugin is designed to make using the ReCaptcha service within Grails 3 easy

Add the following to your `build.gradle`

compile "org.grails.plugins:recaptcha:3.1.0"
compile "org.grails.plugins:recaptcha:3.2.0"

## Configuration
Add the following to your application's `application.yml` file:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id 'com.jfrog.artifactory' version '4.4.0'
}

version "3.2.0-SNAPSHOT"
version "3.2.0"
group "org.grails.plugins"

apply plugin: 'eclipse'
Expand Down

0 comments on commit 4996211

Please sign in to comment.