Bump to v2.0.0.

This commit is contained in:
John-David Dalton
2013-09-12 08:13:06 -07:00
parent 5d6a6590bf
commit d8dbcef5dd
11 changed files with 200 additions and 154 deletions

View File

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