Small updates for 3.9.1

This commit is contained in:
James Cole
2016-06-06 20:25:01 +02:00
parent 8091dbfdfa
commit 08ff08685c
3 changed files with 7 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types = 1);
return [
'chart' => 'chartjs',
'version' => '3.9.0',
'version' => '3.9.1',
'csv_import_enabled' => true,
'maxUploadSize' => 5242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],