diff --git a/client/.env.example b/client/.env.example index ad4ac37..714dae4 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-dev.4 +REACT_APP_VERSION=v1.0.0-alpha.1 diff --git a/server/bootstrap/app.php b/server/bootstrap/app.php index 47e3d14..bdd0783 100644 --- a/server/bootstrap/app.php +++ b/server/bootstrap/app.php @@ -1,6 +1,6 @@