diff --git a/CHANGELOG.md b/CHANGELOG.md index fe55ccf..2f15201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ JTGT ==== -[Unreleased] ------------- +[v0.6.1] - 2018-07-19 +--------------------- ### Changed @@ -73,7 +73,7 @@ JTGT ### Initial release -[Unreleased]: https://github.com/m2ci-msp/jtgt/tree/master +[v0.6.1]: https://github.com/m2ci-msp/jtgt/releases/tag/v0.6.1 [all changes since v0.6]: https://github.com/m2ci-msp/jtgt/compare/v0.6...HEAD [v0.6]: https://github.com/m2ci-msp/jtgt/releases/tag/v0.6 [all changes since v0.5.3]: https://github.com/m2ci-msp/jtgt/compare/v0.5.3...v0.6 diff --git a/build.gradle b/build.gradle index 7dd2ddc..264a969 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'maven-publish' } -version '0.7-SNAPSHOT' +version '0.6.1' group "org.m2ci.msp" description "Java TextGridTools"