Bump to v0.6.1.

Former-commit-id: 68b59ea3e76d06d60acc81e30770b5899b8ea761
This commit is contained in:
John-David Dalton
2012-08-29 00:14:40 -07:00
parent 4585acf70b
commit 0337c04278
6 changed files with 178 additions and 173 deletions

View File

@@ -21,7 +21,7 @@
// generate Markdown
$markdown = docdown(array(
'path' => '../' . $file,
'title' => 'Lo-Dash <sup>v0.6.0</sup>',
'title' => 'Lo-Dash <sup>v0.6.1</sup>',
'url' => 'https://github.com/bestiejs/lodash/blob/master/lodash.js'
));