From d0478f27231e9c35f34e258791c6f6a274651072 Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Mon, 1 Apr 2019 15:47:41 -0700 Subject: [PATCH] Upgrade to React 16.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e57540..880d6fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroku-cra-node", - "version": "2.0.0", + "version": "3.0.0", "description": "How to use create-react-app with a custom Node API on Heroku", "engines": { "node": "10.x"