Bump to v1.3.0.

Former-commit-id: 4b8a4e90b97d2960445073cd4288af19dadc9266
This commit is contained in:
John-David Dalton
2013-06-11 08:33:35 -07:00
parent 24f49c8d83
commit f90f2e051a
13 changed files with 67 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
# Lo-Dash <sup>v1.2.1</sup>
# Lo-Dash <sup>v1.3.0</sup>
<!-- div -->

View File

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