From 76d7a97f9349c755fcdd3f732f60a5f4a3f493d1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 15 Jul 2015 21:02:27 +0200 Subject: [PATCH] New release with all changes so far. Change log coming soon. --- config/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/firefly.php b/config/firefly.php index 0458b930ff..a2733e3ef5 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.4.8', + 'version' => '3.4.9', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,