1.0.0
After this update, flox will automatically check for new updates if you go to the settings page.
To upgrade, run:
git fetch
git checkout 1.0.0
cd backend
composer install
php artisan migrate
After this update, flox will automatically check for new updates if you go to the settings page.
To upgrade, run:
git fetch
git checkout 1.0.0
cd backend
composer install
php artisan migrate