Skip to content

Commit

Permalink
Merge branch 'release/0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Aug 21, 2013
2 parents 7a816b8 + 0d00cb4 commit 892e678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/semver.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = function(grunt) {
grunt.log.writeln(version.green);

return version;
}(format(semver(build ? semver.clean(part) + "+" + build : part)))).green);
}(format(semver(build ? semver.clean(part) + "+" + build : part)))));
}
catch (e) {
grunt.fail.warn(e);
Expand Down

0 comments on commit 892e678

Please sign in to comment.