From cb183a4c6845447101b81c4d83114b8c461ed069 Mon Sep 17 00:00:00 2001 From: Calvin Lai Date: Tue, 16 Jan 2018 17:55:31 -0500 Subject: [PATCH] bump to 6.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92d6247..eb9cea2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "universal-react-redux", "description": "Universal React/Redux boilerplate with sensible defaults.", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "main": "client/index.js", "repository": {