Bump to v4.11.2.

This commit is contained in:
John-David Dalton
2016-04-19 22:21:01 -07:00
parent 692aabae13
commit 35805ec250
87 changed files with 342 additions and 163 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* lodash 4.11.1 (Custom Build) <https://lodash.com/>
* lodash 4.11.2 (Custom Build) <https://lodash.com/>
* Build: `lodash modularize exports="es" -o ./`
* Copyright jQuery Foundation and other contributors <https://jquery.org/>
* Released under MIT license <https://lodash.com/license>
@@ -44,7 +44,7 @@ import toInteger from './toInteger';
import lodash from './wrapperLodash';
/** Used as the semantic version number. */
var VERSION = '4.11.1';
var VERSION = '4.11.2';
/** Used to compose bitmasks for wrapper metadata. */
var BIND_KEY_FLAG = 2;