Skip to content

Commit

Permalink
Bumping version to v0.3.6 and publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Mar 29, 2012
1 parent 38fe90d commit c2bcace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -42,6 +42,7 @@ For projects already using grunt, you're done. Otherwise, if you're adding grunt
## Release History
_(Until v1.0.0, this will only be updated when major or breaking changes are made)_

* 2012/03/28 - v0.3.6 - Fixed a `--help` screen issue, a few grunt plugin related issues, and attempted to improve the overall grunt plugin docs and API.
* 2012/03/27 - v0.3.5 - Fixed a handful of weird Windows issues. Changed default m/d/yyyy dates to yyyy-mm-dd ISO 8601. Fixed some init task bugs, docs errata, and added a lot more content to the init task docs.
* 2012/03/26 - v0.3.3 - Added a "gruntfile" init template. Create a basic gruntfile in seconds with `grunt init:gruntfile`. A few other minor fixes.
* 2012/03/25 - v0.3.2 - Init tasks can now specify a file matching wildcard for the initial "files exist" warning. The jQuery init template now has jQuery 1.7.2. Fixed a bug in the `task.expand*` methods.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt",
"description": "A task-based command line build tool for JavaScript projects.",
"version": "0.3.6a",
"version": "0.3.6",
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
"homepage": "http://github.com/cowboy/grunt",
"repository": {
Expand Down

0 comments on commit c2bcace

Please sign in to comment.