Skip to content

Commit

Permalink
update readme, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Oct 22, 2013
1 parent 6e30278 commit 1afb589
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Contributors

These people have gone out of their way to add value to this little tool.

- Patrick Kettner - [github](https://github.com/patrickkettner) [twitter](https://twitter.com/patrickkettner)
- Patrick Kettner - [github](https://github.com/patrickkettner) [twitter](https://twitter.com/patrickkettner)
- Robin Qu - [github](https://github.com/RobinQu) [twitter](https://twitter.com/robinqu)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Heres a few of the ways you can use it
I had to work with several hundred repeated data structures that never changed. Keeping them all in html was silly, but pushing out a template engine for the end user to compile the same information multiple times was even sillier. This allows you to have your templated cake and eat it too.

## Release History
* 0.6.1 - Grace - @robinqu added support for handlebars partials
* 0.6.0 - Future Man - added globbing, lots more test
* 0.4.0 - Oseary - upgraded to grunt 0.4, removed extra tasks, added tests
* 0.0.2 - Inez - changed to grunt's native json parser (thanks to @sebslomski). Updated Readme
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": "grunt-compile-handlebars",
"description": "Compile handlebar templates, outputting static HTML",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://github.com/patrickkettner/grunt-compile-handlebars",
"author": {
"name": "Patrick Kettner",
Expand Down

0 comments on commit 1afb589

Please sign in to comment.