Prepare v1.0.0-rc.3 bump.

Former-commit-id: d4b08cd58a7effb9e6107fe16c11ccdea032cb00
This commit is contained in:
John-David Dalton
2012-12-15 17:34:03 -08:00
parent fd25dd83bd
commit cb9e044cb3
10 changed files with 101 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Lo-Dash 1.0.0-rc.2 <http://lodash.com>
* Lo-Dash 1.0.0-rc.3 <http://lodash.com>
* (c) 2012 John-David Dalton <http://allyoucanleet.com/>
* Based on Underscore.js 1.4.3 <http://underscorejs.org>
* (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
@@ -4363,7 +4363,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.0.0-rc.2';
lodash.VERSION = '1.0.0-rc.3';
// add "Chaining" functions to the wrapper
lodash.prototype.toString = wrapperToString;