From 5153591c8f810d0463c7bc3c19dbd68ff2dcdc96 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 7 Jul 2015 10:38:53 +0200 Subject: [PATCH] New version. --- config/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/firefly.php b/config/firefly.php index 49251d3e79..aa34693bf9 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -1,8 +1,8 @@ 'chartjs', // or 'chartjs' - 'version' => '3.4.6', + 'chart' => 'chartjs', + 'version' => '3.4.7', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,