Bump to v2.4.1.

This commit is contained in:
John-David Dalton
2013-12-01 11:37:28 -06:00
parent 10e7bb97ee
commit 0af1a85442
12 changed files with 25 additions and 27 deletions

4
dist/lodash.js vendored
View File

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