Bump to v1.1.1.

Former-commit-id: 1eaebbcedcd925ef2994d8e9a2c9b00c6a23c4b3
This commit is contained in:
John-David Dalton
2013-03-27 08:03:09 -07:00
parent 639c8d4171
commit 1acca0278c
11 changed files with 36 additions and 31 deletions

View File

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