Version update.

This commit is contained in:
James Cole
2019-08-23 13:52:36 +02:00
parent 3b39fb93e7
commit 19bd295c71
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -125,8 +125,8 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.8.0.2',
'api_version' => '0.10.0',
'version' => '4.8.0.3',
'api_version' => '0.10.1',
'db_version' => 11,
'maxUploadSize' => 15242880,
'send_error_message' => env('SEND_ERROR_MESSAGE', true),