Update composer file and version info.

This commit is contained in:
James Cole
2017-12-12 21:13:50 +01:00
parent fc4165b800
commit df458b3913
2 changed files with 26 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ return [
'is_demo_site' => false,
],
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
'version' => '4.6.11.1',
'version' => '4.6.12',
'maxUploadSize' => 15242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf', 'text/plain'],
'list_length' => 10,