Skip to content

Commit

Permalink
Release 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Sep 21, 2022
1 parent 5545753 commit 397adfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
@@ -1,6 +1,6 @@
= JMH Gradle Plugin
:jmh-version: 1.35
:plugin-version: 0.6.7
:plugin-version: 0.6.8

image:https://github.com/melix/jmh-gradle-plugin/workflows/Main/badge.svg["Build Status", link="https://github.com/melix/jmh-gradle-plugin/actions?query=workflow%3AMain"]
image:https://img.shields.io/coveralls/melix/jmh-gradle-plugin/master.svg["Coverage Status (coveralls)", link="https://coveralls.io/r/melix/jmh-gradle-plugin"]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
group=me.champeau.jmh
version=0.6.8-SNAPSHOT
version=0.6.8

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
Expand Down

0 comments on commit 397adfb

Please sign in to comment.