Bump to v0.8.1.

Former-commit-id: 1b63f03d4a7ca0cdc66e44cd987fddecaf88f9ce
This commit is contained in:
John-David Dalton
2012-10-04 01:40:17 -07:00
parent a0cb8ec124
commit 6e9cbccde6
9 changed files with 175 additions and 189 deletions

View File

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