diff --git a/ChangeLog b/ChangeLog index 9ef8dc2..1c0dd00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -122,3 +122,5 @@ - [TASK] clean up - [TASK] uptade personnel relations - [TASK] Update install instructions +* 5.0.1 + -[BUGFIX] TYPO3 version dependency diff --git a/ext_emconf.php b/ext_emconf.php index 238d60d..4d49677 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ 'title' => 'Microtemplate', 'description' => 'One page template with sections and lightbox like sub pages. Demo at: https://microtemplate.t3brightside.com', 'category' => 'fe', - 'version' => '5.0.0', + 'version' => '5.0.1', 'state' => 'stable', 'clearCacheOnLoad' => 1, 'author' => 'Tanel Põld',