Bump to v0.10.0.

Former-commit-id: fd251fd13dfda3120569d3d284aa55ded0b806af
This commit is contained in:
John-David Dalton
2012-11-17 23:14:04 -08:00
parent 25e1eb3ce9
commit 155f0a9736
6 changed files with 187 additions and 174 deletions

View File

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