From 906c40110dab755675aac3b843ee20c33631b763 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 8 Apr 2020 14:07:55 +0200 Subject: [PATCH] Release v1.0.0-beta.2 --- 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 9337cf5..228079b 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=v1.0.0-beta.1 +REACT_APP_VERSION=v1.0.0-beta.2 diff --git a/server/bootstrap/app.php b/server/bootstrap/app.php index 8877f89..803d3c7 100644 --- a/server/bootstrap/app.php +++ b/server/bootstrap/app.php @@ -1,6 +1,6 @@