dashboard app bar refactored

This commit is contained in:
Čarodej
2022-04-07 11:18:47 +02:00
parent 93dbaa081d
commit e240ce7736
5 changed files with 94 additions and 59 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
<?php
return [
'version' => '2.0.15',
'version' => '2.0.16',
'is_demo' => env('APP_DEMO', false),
@@ -62,5 +62,6 @@ return [
'2_0_10',
'2_0_13',
'2_0_14',
'2_0_16',
],
];