Bump to v0.9.2.

Former-commit-id: cd4b7bd3db92f07e0ac1af74ee70bd6525f36c55
This commit is contained in:
John-David Dalton
2012-11-09 04:58:41 -08:00
parent 14fb3bde60
commit 607eec6ff0
7 changed files with 170 additions and 161 deletions

View File

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