diff --git a/README.md b/README.md index c3ef2a8..2a4ea88 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Versions -------- | Plugin version | JMH version & other information | -| -------------------------------- |:-------------------------------------:| +| -------------------------------- |:-------------------------------------:| +| `0.3.8` (sbt 13.17 / sbt 1.1.4) | `1.21`, support JDK 11 | | `0.3.6` (sbt 13.17 / sbt 1.1.4) | `1.21`, support JDK 11 | | `0.3.4` (sbt 13.17 / sbt 1.1.4) | `1.21`, support of GraalVM | | `0.3.3` (sbt 13.17 / sbt 1.1.1) | `1.20`, JMH bugfix release | diff --git a/plugin/src/main/resources/sbt-jmh.properties b/plugin/src/main/resources/sbt-jmh.properties index 59aa6d1..81d5961 100644 --- a/plugin/src/main/resources/sbt-jmh.properties +++ b/plugin/src/main/resources/sbt-jmh.properties @@ -1,2 +1,2 @@ jmh.version=1.21 -extras.version=0.3.7-SNAPSHOT +extras.version=0.3.7 diff --git a/version.sbt b/version.sbt index 46b796b..579fb8c 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.3.7-SNAPSHOT" +version in ThisBuild := "0.3.7"