Extended login time up to 3 months

This commit is contained in:
Čarodej
2022-06-29 11:42:05 +02:00
parent b6c603a97b
commit 1ba96f0c43
4 changed files with 19 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
<?php
return [
'version' => '2.2.0.12',
'version' => '2.2.0.13',
'is_demo' => env('APP_DEMO', false),
@@ -75,5 +75,6 @@ return [
'2_1_1',
'2_1_2',
'2_2_0',
'2_2_0_13',
],
];