Bump to v1.0.0-rc.2.

Former-commit-id: 55bca6a70e127152329deeff509a72a73436f40e
This commit is contained in:
John-David Dalton
2012-12-05 01:58:27 -08:00
parent e37e1c109a
commit 54b862bd79
10 changed files with 76 additions and 71 deletions

View File

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