Bump to v0.8.2.

Former-commit-id: edbb9d995a63ec8fd5a3b1a47ccda7b30c353b35
This commit is contained in:
John-David Dalton
2012-10-10 00:03:39 -07:00
parent 9086d189b9
commit 219138ade6
10 changed files with 66 additions and 64 deletions

View File

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