Bump to v1.2.1.

Former-commit-id: ddffb32b2aa61001e81fccfa59b9e9bb38bf7883
This commit is contained in:
John-David Dalton
2013-04-29 09:10:51 -07:00
parent 728eea3ae1
commit c938017baa
13 changed files with 42 additions and 47 deletions

View File

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