Bump to v1.1.1.

Former-commit-id: 1eaebbcedcd925ef2994d8e9a2c9b00c6a23c4b3
This commit is contained in:
John-David Dalton
2013-03-27 08:03:09 -07:00
parent 639c8d4171
commit 1acca0278c
11 changed files with 36 additions and 31 deletions

View File

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