From af107ad5e8abeb8bfc79753c095623d799e02b24 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 30 Oct 2015 07:23:33 +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 5d11b85146..e9e2942d7d 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.5.1', + 'version' => '3.5.2', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,