Bump to v0.2.2.

Former-commit-id: c4516d1e2dd2ab4359233121a7f86c356425cebf
This commit is contained in:
John-David Dalton
2012-05-29 23:21:17 -04:00
parent a5712fc873
commit 281475e6ef
6 changed files with 31 additions and 15 deletions

View File

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