From 4fe38bd31bdea6b5c124f10439630d98cf9792c4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 24 Apr 2016 18:38:58 +0200 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 7197e1f7ee..3c7e8b8b19 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.8.3', + 'version' => '3.8.4', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,