Bump to v2.2.0.

This commit is contained in:
John-David Dalton
2013-09-28 20:29:54 -07:00
parent bafe4fff93
commit 6da87e4a79
13 changed files with 28 additions and 27 deletions

View File

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