From a6a170b61ee347a83a6e8105d6af4a7fc2714230 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 7 Jan 2021 10:01:47 +0100 Subject: [PATCH] Increase version number for extension manager --- ext_emconf.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 3c53263..4f241f4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,4 +1,5 @@ 'Tracking', 'description' => 'Tracks page visits in TYPO3.', @@ -10,7 +11,7 @@ $EM_CONF[$_EXTKEY] = [ 'author' => 'Daniel Siepmann', 'author_email' => 'coding@daniel-siepmann.de', 'author_company' => '', - 'version' => '0.1.0', + 'version' => '1.0.1', 'constraints' => [ 'depends' => [ 'core' => '',