From afac3048d480b3e8528189410771e6f76abe30e8 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Thu, 8 Nov 2018 20:06:31 -0600 Subject: [PATCH] v2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 890b088..8f14ce4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react_starter", - "version": "2.0.0", + "version": "2.0.1", "description": "A seed for a simple react application with typescript.", "scripts": { "build": "webpack -p --progress --colors",