New version number [skip ci]

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-10-22 10:15:50 +02:00
parent 5500e5b0aa
commit 7b6c63e6a8
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ return [
'single_user_mode' => true,
],
'chart' => 'chartjs',
'version' => '4.0.2',
'version' => '4.1',
'csv_import_enabled' => true,
'maxUploadSize' => 5242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],

View File

@@ -28,5 +28,6 @@ return [
'3.8' => 'This version of Firefly III requires PHP 7.0.',
'3.10' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.10',
'4.0' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-4.0',
'4.1' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-4.0',
],
];