Skip to content

Commit

Permalink
Released version 0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Jun 27, 2016
1 parent 12e6a4e commit 7596f56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Changelog
=========

Version 0.13 *(not released)*
Version 0.14 *(not released)*
-----------------------------

* ...

Version 0.13 *(2016-06-27)*
---------------------------

* Bumped gradle wrapper version to 2.14
* Updated plugin versions and test versions
* Using gradle-node-plugin version 0.13
* Fix multi gradle project Gruntfile.js location _(mhmxs)_
* ...

Version 0.12 *(2016-03-10)*
---------------------------
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 @@ will need to add OJO to your buildscript configuration.
Setup the plugin like this:

plugins {
id "com.moowork.grunt" version "0.12"
id "com.moowork.grunt" version "0.13"
}

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

dependencies {
classpath 'com.moowork.gradle:gradle-grunt-plugin:0.12'
classpath 'com.moowork.gradle:gradle-grunt-plugin:0.13'
}
}

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.13-SNAPSHOT
version = 0.13

0 comments on commit 7596f56

Please sign in to comment.