Bump to v0.5.0.

Former-commit-id: f30f4b99104c94fb52df4c90dcda24b8ac51432c
This commit is contained in:
John-David Dalton
2012-08-17 02:28:42 -07:00
parent 9fa0aebfe9
commit 2d896f22d6
7 changed files with 203 additions and 189 deletions

View File

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