Bump to v4.13.1.

This commit is contained in:
John-David Dalton
2016-05-23 12:31:09 -07:00
parent 35cdf6513b
commit 6b3e0da93c
7 changed files with 39 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ import toInteger from './toInteger.js';
import lodash from './wrapperLodash.js';
/** Used as the semantic version number. */
var VERSION = '4.13.0';
var VERSION = '4.13.1';
/** Used to compose bitmasks for wrapper metadata. */
var BIND_KEY_FLAG = 2;