From 0f685e87897115c6e28003ebbfa675eaf4492d35 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 13 Nov 2015 07:01:14 +0100 Subject: [PATCH] New version. --- config/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/firefly.php b/config/firefly.php index e9e2942d7d..0259fdf80b 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.5.2', + 'version' => '3.5.3', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,