Bump to v0.5.0-rc.1.

Former-commit-id: f5a29fd34de5aced3287413f40a0a36226465c84
This commit is contained in:
John-David Dalton
2012-08-07 00:23:44 -07:00
parent 0077580838
commit 7cd6ffec2a
6 changed files with 205 additions and 199 deletions

View File

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