Prepare v1.0.0-rc.3 bump.

Former-commit-id: d4b08cd58a7effb9e6107fe16c11ccdea032cb00
This commit is contained in:
John-David Dalton
2012-12-15 17:34:03 -08:00
parent fd25dd83bd
commit cb9e044cb3
10 changed files with 101 additions and 80 deletions

View File

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