Bump to version 1.0.0-rc.1.

Former-commit-id: 8867f4ddfab62435d0c2c685d67e68555d146545
This commit is contained in:
John-David Dalton
2012-12-02 21:24:09 -08:00
parent 94258feb09
commit 351b2b320e
9 changed files with 226 additions and 186 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Lo-Dash 0.10.0 <http://lodash.com>
* Lo-Dash 1.0.0-rc.1 <http://lodash.com>
* (c) 2012 John-David Dalton <http://allyoucanleet.com/>
* Based on Underscore.js 1.4.2 <http://underscorejs.org>
* (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
@@ -4162,7 +4162,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '0.10.0';
lodash.VERSION = '1.0.0-rc.1';
// assign static methods
lodash.assign = assign;