mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Version update.
This commit is contained in:
@@ -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.
|
||||
|
@@ -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),
|
||||
|
Reference in New Issue
Block a user