/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

Current version of redux: 3.6.0 (last upgrade in bug 1326137)

How to upgrade:
1. git clone https://github.com/reactjs/redux - clone the repo
2. git checkout v3.6.0 - checkout the right version tag
3. npm install - compile the sources to a JS module file
4. cp dist/redux.js devtools/client/shared/vendor - copy the unminified JS file
5. update the current version in this file
