Bump to v0.4.1.

Former-commit-id: ef73c95edc22d59412affba898d9820251c06b5b
This commit is contained in:
John-David Dalton
2012-07-12 00:06:36 -04:00
parent 1f3546a9f6
commit 46781e7614
8 changed files with 167 additions and 159 deletions

View File

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