diff --git a/internals/config.js b/internals/config.js index 32b6781c73..6bb249c694 100644 --- a/internals/config.js +++ b/internals/config.js @@ -4,7 +4,7 @@ const uniq = require('lodash/uniq'); const ReactBoilerplate = { // This refers to the react-boilerplate version this project is based on. - version: '3.2.1', + version: '3.3.0', /** * The DLL Plugin provides a dramatic speed increase to webpack build and hot module reloading diff --git a/package.json b/package.json index 2499f75b9e..5eccb62758 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-boilerplate", - "version": "3.2.1", + "version": "3.3.0", "description": "A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices", "repository": { "type": "git",