From 5cb497596df879c1b8ce4ea5178afb9e4f7067d9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 28 Dec 2015 08:07:26 +0100 Subject: [PATCH] New release. --- config/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/firefly.php b/config/firefly.php index 0ad434380e..2ebd6019aa 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.5.5', + 'version' => '3.5.6', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,