Bump to v0.3.0-pre.

Former-commit-id: 1e7958b4b1cdffd962a51edf3e3695cea960d8c9
This commit is contained in:
John-David Dalton
2012-06-04 15:44:54 -04:00
parent 240bc40b39
commit 89f9ab9940
4 changed files with 207 additions and 140 deletions

View File

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