From 9c929ecd1b510fa1472984cb5e5d3048b0069206 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 28 Dec 2015 16:53:30 +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 2ebd6019aa..a7696da971 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.5.6', + 'version' => '3.5.6.1', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,