Skip to content

Commit

Permalink
Updating version in main and example package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Turgeon committed Jan 5, 2015
1 parent 30e51ae commit 6e788c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"grunt": "~0.4.5",
"grunt-drupal-tasks": "~0.4.0",
"grunt-drupal-tasks": "~0.5.0",
"zombie": "^2.5.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-drupal-tasks",
"description": "Grunt-based build and testing tasks for Drupal projects.",
"version": "0.5.0-pre",
"version": "0.5.0",
"main": "bootstrap.js",
"dependencies": {
"grunt": "~0.4.5",
Expand Down

0 comments on commit 6e788c5

Please sign in to comment.