Bump to v2.1.0.

This commit is contained in:
John-David Dalton
2013-09-22 14:32:13 -07:00
parent 5fcdcec1a8
commit dc378e9ce7
15 changed files with 198 additions and 191 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 2.0.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 2.1.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>
@@ -4707,7 +4707,7 @@
* @memberOf _
* @type string
*/
lodash.VERSION = '2.0.0';
lodash.VERSION = '2.1.0';
// add "Chaining" functions to the wrapper
lodash.prototype.chain = wrapperChain;