diff --git a/internals/config.js b/internals/config.js index 6bb249c694..f1881b6a84 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.3.0', + version: '3.3.1:', /** * The DLL Plugin provides a dramatic speed increase to webpack build and hot module reloading diff --git a/package.json b/package.json index 5eccb62758..834bfd5e9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-boilerplate", - "version": "3.3.0", + "version": "3.3.1", "description": "A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices", "repository": { "type": "git",