Bump to v1.0.0-rc.2.

Former-commit-id: 55bca6a70e127152329deeff509a72a73436f40e
This commit is contained in:
John-David Dalton
2012-12-05 01:58:27 -08:00
parent e37e1c109a
commit 54b862bd79
10 changed files with 76 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
# Lo-Dash <sup>v1.0.0-rc.1</sup>
# Lo-Dash <sup>v1.0.0-rc.2</sup>
<!-- div -->
@@ -3050,7 +3050,7 @@ _.uniqueId();
<!-- div -->
### <a id="_version"></a>`_.VERSION`
<a href="#_version">#</a> [&#x24C8;](https://github.com/bestiejs/lodash/blob/master/lodash.js#L4319 "View in source") [&#x24C9;][1]
<a href="#_version">#</a> [&#x24C8;](https://github.com/bestiejs/lodash/blob/master/lodash.js#L4318 "View in source") [&#x24C9;][1]
*(String)*: The semantic version number.

View File

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