Bump to v2.4.0.

This commit is contained in:
John-David Dalton
2013-11-25 23:14:32 -06:00
parent a691a519e8
commit 647f0dd34b
12 changed files with 31 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 2.3.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 2.4.0 (Custom Build) <http://lodash.com/>
* Build: `lodash underscore exports="amd,commonjs,global,node" -o ./dist/lodash.underscore.js`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
@@ -4892,7 +4892,7 @@
* @memberOf _
* @type string
*/
lodash.VERSION = '2.3.0';
lodash.VERSION = '2.4.0';
// add "Chaining" functions to the wrapper
lodash.prototype.chain = wrapperChain;