From 5df3c4ff315d4d089b7aa1ed7a828e092b2cc011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20L=C3=A5ngberg?= Date: Tue, 15 Dec 2020 17:07:37 +0100 Subject: [PATCH] fix: wrong version in env --- package.json | 2 +- template/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 52c47734..4d21ad9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cra-template-rmuif", - "version": "3.4.0", + "version": "3.4.1", "description": "Supercharged version of Create React App with all the bells and whistles.", "keywords": [ "react", diff --git a/template/.env b/template/.env index 7aef19fe..9e903249 100644 --- a/template/.env +++ b/template/.env @@ -1,5 +1,5 @@ REACT_APP_NAME=dev -REACT_APP_VERSION=3.2.0 +REACT_APP_VERSION=3.4.1 REACT_APP_DESCRIPTION=Supercharged version of Create React App with all the bells and whistles REACT_APP_HOMEPAGE=https://dev.rmuif.com