New version [skip ci]

This commit is contained in:
James Cole
2017-11-18 16:55:12 +01:00
parent 9db83bc6ad
commit 6bda5c2d53
2 changed files with 3 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
manifest = ( manifest = (
appTitle = (defaultText = "Firefly III"), appTitle = (defaultText = "Firefly III"),
appVersion = 3, appVersion = 4,
appMarketingVersion = (defaultText = "4.6.10"), appMarketingVersion = (defaultText = "4.6.11"),
actions = [ actions = [
# Define your "new document" handlers here. # Define your "new document" handlers here.

View File

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