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,7 +1,7 @@
/*!
* Lo-Dash 1.0.0-rc.1 <http://lodash.com>
* Lo-Dash 1.0.0-rc.2 <http://lodash.com>
* (c) 2012 John-David Dalton <http://allyoucanleet.com/>
* Based on Underscore.js 1.4.2 <http://underscorejs.org>
* Based on Underscore.js 1.4.3 <http://underscorejs.org>
* (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
* Available under MIT license <http://lodash.com/license>
*/
@@ -4316,7 +4316,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.0.0-rc.1';
lodash.VERSION = '1.0.0-rc.2';
// add "Chaining" functions to the wrapper
lodash.prototype.chain = wrapperChain;