diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe57e9..8b2a6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -Version 1.0.0 *(not released)* ------------------------------- +Version 1.0.0 *(2016-12-02)* +---------------------------- * Move npm and yarn classes into separate package (#158) * Move grunt plugin code to this plugin (#159) @@ -10,7 +10,6 @@ Version 1.0.0 *(not released)* * Use 6.9.1 as default node version (#163) * Fix missing property exception when using plugin in conjunction with Node 6.x.x on Windows (#167) _(mark-vieira)_ * Switch over to use semantic versioning (#169) -* ... Version 0.14 *(2016-11-29)* --------------------------- diff --git a/README.md b/README.md index d6e76e9..c5b5212 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ [![License](https://img.shields.io/github/license/srs/gradle-node-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![Download](https://api.bintray.com/packages/srs/maven/gradle-node-plugin/images/download.svg) ](https://bintray.com/srs/maven/gradle-node-plugin/_latestVersion) -> **_NOTE_: 1.0.0 release is not out yet. Please refer to the -[current 0.14 release](https://github.com/srs/gradle-node-plugin/blob/v0.14/README.md).** - This plugin enabled you to use a lot of [NodeJS](https://nodejs.org)-based technologies as part of your build without having NodeJS installed locally on your system. It integrates the following NodeJS-based system with Gradle: @@ -45,14 +42,6 @@ Here's the documentation for older releases of the plugin: * [0.12](https://github.com/srs/gradle-node-plugin/blob/v0.12/README.md) * [0.11](https://github.com/srs/gradle-node-plugin/blob/v0.11/README.md) * [0.10](https://github.com/srs/gradle-node-plugin/blob/v0.10/README.md) -* [0.9](https://github.com/srs/gradle-node-plugin/blob/v0.9/README.md) -* [0.8](https://github.com/srs/gradle-node-plugin/blob/v0.8/README.md) -* [0.7](https://github.com/srs/gradle-node-plugin/blob/v0.7/README.md) -* [0.6](https://github.com/srs/gradle-node-plugin/blob/v0.6/README.md) -* [0.5](https://github.com/srs/gradle-node-plugin/blob/v0.5/README.md) -* [0.4](https://github.com/srs/gradle-node-plugin/blob/v0.4/README.md) -* [0.3](https://github.com/srs/gradle-node-plugin/blob/v0.3/README.md) -* [0.2](https://github.com/srs/gradle-node-plugin/blob/v0.2/README.md) ## Building the Plugin diff --git a/gradle.properties b/gradle.properties index bb8531b..1be13fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ # # Current version # -version = 1.0.0-SNAPSHOT +version = 1.0.0