Skip to content

Commit 6e788c5

Browse files
author
Joe Turgeon
committed
Updating version in main and example package.json.
1 parent 30e51ae commit 6e788c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"grunt": "~0.4.5",
8-
"grunt-drupal-tasks": "~0.4.0",
8+
"grunt-drupal-tasks": "~0.5.0",
99
"zombie": "^2.5.1"
1010
}
1111
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-drupal-tasks",
33
"description": "Grunt-based build and testing tasks for Drupal projects.",
4-
"version": "0.5.0-pre",
4+
"version": "0.5.0",
55
"main": "bootstrap.js",
66
"dependencies": {
77
"grunt": "~0.4.5",

0 commit comments

Comments
 (0)