Bump to version 1.0.0-rc.1.

Former-commit-id: 8867f4ddfab62435d0c2c685d67e68555d146545
This commit is contained in:
John-David Dalton
2012-12-02 21:24:09 -08:00
parent 94258feb09
commit 351b2b320e
9 changed files with 226 additions and 186 deletions

View File

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