diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 47e6879289..c7414c5290 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -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. diff --git a/config/firefly.php b/config/firefly.php index 32736e5f9b..e1512fa694 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -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),