From 710e9c9423ecc24196f850309edee7f454a498e2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 10 Aug 2015 20:13:33 +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 20d51d6d8f..8cc76952ee 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -2,7 +2,7 @@ return [ 'chart' => 'chartjs', - 'version' => '3.4.10', + 'version' => '3.4.11', 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'csv_import_enabled' => true,