New version [skip ci]

This commit is contained in:
James Cole 2017-11-18 16:55:12 +01:00
parent 9db83bc6ad
commit 6bda5c2d53
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 3 additions and 3 deletions

View File

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

View File

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