diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index eea5769..ed6b052 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -2,7 +2,7 @@ :issue: link:https://github.com/ysb33r/ivypot-gradle-plugin/issues/ :contributor: link:https://github.com/ -== 0.10 - Roadmap +== 0.10 === Improvements diff --git a/build.gradle b/build.gradle index 9ef9898..035cff8 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ buildScan { apply from: 'gradle/integration-tests.gradle' -version = '0.10-SNAPSHOT' +version = '0.10' group = 'org.ysb33r.gradle' sourceCompatibility = 1.8 targetCompatibility = 1.8 @@ -167,4 +167,4 @@ task release { pluginManager.withPlugin('idea') { tasks.ideaModule.dependsOn processResources -} \ No newline at end of file +}