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 @@