From 5f2317af7f932a9c24555a6534582bc0cde7cd81 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Aug 2015 07:42:32 +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 3b95d033bf..5d11b85146 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.5.0', + 'version' => '3.5.1', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,