Update app.php

Switch version to 0.9.6 and fix old name
This commit is contained in:
Jens 2023-09-17 02:11:17 +02:00 committed by IceToast
parent 79670657a4
commit 9fab5451f5

View file

@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Facade;
return [
'version' => '0.9.5',
'version' => '0.9.6',
/*
|--------------------------------------------------------------------------
@ -17,7 +17,7 @@ return [
|
*/
'name' => env('APP_NAME', 'Controlpanel.gg'),
'name' => env('APP_NAME', 'Ctrlpanel.gg'),
/*
|--------------------------------------------------------------------------