diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index ac6ac13..1d178f7 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = enetcache -release = 4.1.1 -version = 4.1 +release = 4.2.0 +version = 4.2 copyright = 2020 description = Extension enetcache provides an interface to cache plugin content elements diff --git a/ext_emconf.php b/ext_emconf.php index b04d353..c667bcb 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ 'title' => 'Plugin cache engine', 'description' => 'Provides an interface to cache plugin content elements', 'category' => 'Frontend', - 'version' => '4.1.1', + 'version' => '4.2.0', 'module' => '', 'state' => 'stable', 'uploadfolder' => 0,