Bump to v0.8.0.

Former-commit-id: b5bed986eed052cab3f927a928d92d58044a4798
This commit is contained in:
John-David Dalton
2012-09-30 21:49:12 -07:00
parent 4bae41ffd8
commit db1a87d10c
9 changed files with 114 additions and 116 deletions

View File

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