diff --git a/README.adoc b/README.adoc index 1733c00..06b7a1e 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = JMH Gradle Plugin :jmh-version: 1.25 -:plugin-version: 0.5.1 +:plugin-version: 0.5.2 image:http://img.shields.io/travis/melix/jmh-gradle-plugin/master.svg["Build Status (travis)", link="https://travis-ci.org/melix/jmh-gradle-plugin"] image:http://img.shields.io/coveralls/melix/jmh-gradle-plugin/master.svg["Coverage Status (coveralls)", link="https://coveralls.io/r/melix/jmh-gradle-plugin"] diff --git a/gradle.properties b/gradle.properties index f5c0821..4c06404 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=me.champeau.gradle -version=0.5.2-SNAPSHOT +version=0.5.2 project_description=Integrates the JMH microbenchmarking framework with Gradle, providing conventional ways to setup sources and execute micro-benchmarks with JMH. Also known as the jmh-gradle-plugin. project_website=https://github.com/melix/jmh-gradle-plugin