Bump to v1.0.0.

Former-commit-id: 623103d8c34c2e3c260c481da83cb94c888402d3
This commit is contained in:
John-David Dalton
2013-02-13 23:49:36 -08:00
parent 577dfb7220
commit 506f585d78
12 changed files with 69 additions and 77 deletions

View File

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