Ver código fonte

Update app.php

Switch version to 0.9.6 and fix old name
Jens 1 ano atrás
pai
commit
9fab5451f5
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      config/app.php

+ 2 - 2
config/app.php

@@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Facade;
 
 
 return [
 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'),
 
 
     /*
     /*
     |--------------------------------------------------------------------------
     |--------------------------------------------------------------------------