From 358d9aac7d5dff0eca42fdd4f128d94993e785c4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 9 Jan 2016 14:27:17 +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 a6f6f68ba7..3659db04e6 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.6.0', + 'version' => '3.6.1', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,