Bump to v0.9.0.

Former-commit-id: adbe6963da3dd52bed5e8adcf7875871b561584c
This commit is contained in:
John-David Dalton
2012-10-24 00:02:06 -07:00
parent eccf92ebaf
commit 594002316c
7 changed files with 179 additions and 173 deletions

View File

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