Bump to v1.1.0.

Former-commit-id: 7d103159263b2ad339cd1e2dba90df0d6c42a61d
This commit is contained in:
John-David Dalton
2013-03-25 23:34:35 -07:00
parent aaa8003418
commit d7c74b8004
12 changed files with 51 additions and 41 deletions

View File

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