Skip to content

Commit

Permalink
Released v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Mar 10, 2016
1 parent 8237797 commit 3b01600
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Changelog
=========

Version 0.12 *(not released)*
-----------------------------
Version 0.12 *(2016-03-10)*
---------------------------

* Upgraded wrapper to use Gradle 2.11
* Using gradle-node-plugin version 0.12
* Added more tests and integration tests
* ...

Version 0.11 *(2015-09-26)*
---------------------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and to use them you will need to add OJO to your buildscript configuration.
Setup the plugin like this:

plugins {
id "com.moowork.gulp" version "0.11"
id "com.moowork.gulp" version "0.12"
}

Or:
Expand All @@ -33,7 +33,7 @@ Or:
}

dependencies {
classpath 'com.moowork.gradle:gradle-gulp-plugin:0.11'
classpath 'com.moowork.gradle:gradle-gulp-plugin:0.12'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Current version
#
version = 0.12-SNAPSHOT
version = 0.12

0 comments on commit 3b01600

Please sign in to comment.