Bump to v1.1.0.

Former-commit-id: 7d103159263b2ad339cd1e2dba90df0d6c42a61d
This commit is contained in:
John-David Dalton
2013-03-25 23:34:35 -07:00
parent aaa8003418
commit d7c74b8004
12 changed files with 51 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 1.0.1 (Custom Build) <http://lodash.com/>
* Lo-Dash 1.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.4.4 <http://underscorejs.org/>
@@ -4282,7 +4282,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.0.1';
lodash.VERSION = '1.1.0';
// add functions to `lodash.prototype`
mixin(lodash);