Bump to v2.1.0.

This commit is contained in:
John-David Dalton
2013-09-22 14:32:13 -07:00
parent 5fcdcec1a8
commit dc378e9ce7
15 changed files with 198 additions and 191 deletions

View File

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