From 6c637d5924ba4e6d9cb230bae1e313925b532109 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 7 Nov 2016 08:11:51 +0100 Subject: [PATCH] v3.3.3 --- internals/config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internals/config.js b/internals/config.js index f1881b6a84..3a76362b04 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.1:', + version: '3.3.3', /** * The DLL Plugin provides a dramatic speed increase to webpack build and hot module reloading diff --git a/package.json b/package.json index 834bfd5e9e..b8cc9b2b89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-boilerplate", - "version": "3.3.1", + "version": "3.3.3", "description": "A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices", "repository": { "type": "git",