Bump to v0.4.2.

Former-commit-id: 48638d63970b9d4300661620b881ea34854d24d2
This commit is contained in:
John-David Dalton
2012-07-16 14:34:48 -04:00
parent 7e79903fe8
commit 5defe7d975
6 changed files with 152 additions and 134 deletions

View File

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