diff --git a/README.md b/README.md
index a0bedb9eb..3ede325a7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# lodash v3.5.1
+# lodash v3.5.2
The [lodash](https://lodash.com/) library exported as [npm packages](https://www.npmjs.com/browse/keyword/lodash-modularized) per method.
diff --git a/lodash._basesortbyorder/README.md b/lodash._basesortbyorder/README.md
index 10f350b24..cd5eca672 100644
--- a/lodash._basesortbyorder/README.md
+++ b/lodash._basesortbyorder/README.md
@@ -1,4 +1,4 @@
-# lodash._basesortbyorder v3.5.1
+# lodash._basesortbyorder v3.5.2
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) internal `baseSortByOrder` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
@@ -17,4 +17,4 @@ In Node.js/io.js:
var baseSortByOrder = require('lodash._basesortbyorder');
```
-See the [package source](https://github.com/lodash/lodash/blob/3.5.1-npm-packages/lodash._basesortbyorder) for more details.
+See the [package source](https://github.com/lodash/lodash/blob/3.5.2-npm-packages/lodash._basesortbyorder) for more details.
diff --git a/lodash._basesortbyorder/index.js b/lodash._basesortbyorder/index.js
index b255cf454..dfc8b9ed6 100644
--- a/lodash._basesortbyorder/index.js
+++ b/lodash._basesortbyorder/index.js
@@ -1,5 +1,5 @@
/**
- * lodash 3.5.1 (Custom Build)
+ * lodash 3.5.2 (Custom Build)
* Build: `lodash modern modularize exports="npm" -o ./`
* Copyright 2012-2015 The Dojo Foundation
* Based on Underscore.js 1.8.3
@@ -56,7 +56,7 @@ function compareMultiple(object, other, orders) {
* Used as the [maximum length](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
* of an array-like value.
*/
-var MAX_SAFE_INTEGER = Math.pow(2, 53) - 1;
+var MAX_SAFE_INTEGER = 9007199254740991;
/**
* The base implementation of `_.map` without support for callback shorthands
diff --git a/lodash._basesortbyorder/package.json b/lodash._basesortbyorder/package.json
index 9f6df5ac1..e31db2698 100644
--- a/lodash._basesortbyorder/package.json
+++ b/lodash._basesortbyorder/package.json
@@ -1,6 +1,6 @@
{
"name": "lodash._basesortbyorder",
- "version": "3.5.1",
+ "version": "3.5.2",
"description": "The modern build of lodash’s internal `baseSortByOrder` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",