Bump to v0.2.0.

Former-commit-id: 4b5cfd178edce968244a1fcad8c7b74e336e0f08
This commit is contained in:
John-David Dalton
2012-05-21 15:36:10 -04:00
parent eaaef83ace
commit a604494aa9
6 changed files with 21 additions and 24 deletions

View File

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