Bump to v0.9.1.

Former-commit-id: d7cece2893c97c38a9379877f987ec2cfe60cb47
This commit is contained in:
John-David Dalton
2012-10-31 00:03:40 -07:00
parent 39fb05033f
commit 1baefebe8f
7 changed files with 190 additions and 197 deletions

View File

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