From a9f1b31dd643ab38c84ac1f45d914d13bae84202 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 12 Jul 2015 22:43:43 +0200 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 aa34693bf9..0458b930ff 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.4.7', + 'version' => '3.4.8', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,