Bump to v0.5.2.

Former-commit-id: 43998ef8cf3cbdb9205d702d950f9f59febc420b
This commit is contained in:
John-David Dalton
2012-08-21 01:32:41 -07:00
parent 387cc184e6
commit e60bbc2fb7
6 changed files with 62 additions and 53 deletions

View File

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