From 5ab28ed25b7d0b6c2f93f2fc437a589338d31728 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 27 Apr 2020 19:06:05 +0200 Subject: [PATCH] Release v1.0.0-beta.3 --- client/.env.example | 2 +- server/bootstrap/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/.env.example b/client/.env.example index 9a4501a..537207a 100755 --- a/client/.env.example +++ b/client/.env.example @@ -1,4 +1,4 @@ PORT=3000 CHOKIDAR_USEPOLLING=true REACT_APP_BASE_URL=api.php -REACT_APP_VERSION=1.0.0-beta.2 +REACT_APP_VERSION=1.0.0-beta.3 diff --git a/server/bootstrap/app.php b/server/bootstrap/app.php index 34f4bf5..fe043f7 100644 --- a/server/bootstrap/app.php +++ b/server/bootstrap/app.php @@ -1,6 +1,6 @@