Bump to v1.0.1.

Former-commit-id: b2536f9a226c7418ad3aaa7b5fb88282b77d20e5
This commit is contained in:
John-David Dalton
2013-02-18 00:07:13 -08:00
parent 7093e9c0d4
commit 2459a53350
12 changed files with 64 additions and 72 deletions

View File

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