Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 21, 2014
1 parent 1695e6d commit 79bbf10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ module.exports = function (grunt) {
grunt.registerTask('pre-check', ['deps-ok', 'jsonlint',
'jshint', 'jshint-solid',
'nice-package', 'complexity']);
grunt.registerTask('default', ['pre-check', 'lineending']);
grunt.registerTask('default', ['pre-check', 'lineending', 'readme']);
grunt.registerTask('release', ['bump-only:patch', 'readme', 'bump-commit']);
};
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# next-update v0.4.2
# next-update v0.4.4

> Tests if module's dependencies can be updated to latest version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-update",
"description": "Tests if module's dependencies can be updated to latest version",
"version": "0.4.3",
"version": "0.4.4",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bin": "index.js",
"bugs": {
Expand Down

0 comments on commit 79bbf10

Please sign in to comment.