From ba7c92ffce903a89068971aa4c9428fe80193f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochmu=CC=88ller?= Date: Thu, 20 Sep 2018 18:58:53 +0200 Subject: [PATCH] Set version to 6.1.0 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 19b7e052c79b..0bb27f369954 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,7 +6,7 @@ 'title' => 'Static File Cache', 'description' => 'Transparent static file cache solution using mod_rewrite and mod_expires. Increase performance for static pages by a factor of 230!!', 'category' => 'fe', - 'version' => '6.0.2', + 'version' => '6.1.0', 'state' => 'stable', 'modify_tables' => 'pages', 'clearcacheonload' => true,