Increase version number for extension manager

This commit is contained in:
Daniel Siepmann 2021-01-07 10:01:47 +01:00
parent 3c996aca19
commit a6a170b61e

View file

@ -1,4 +1,5 @@
<?php <?php
$EM_CONF[$_EXTKEY] = [ $EM_CONF[$_EXTKEY] = [
'title' => 'Tracking', 'title' => 'Tracking',
'description' => 'Tracks page visits in TYPO3.', 'description' => 'Tracks page visits in TYPO3.',
@ -10,7 +11,7 @@ $EM_CONF[$_EXTKEY] = [
'author' => 'Daniel Siepmann', 'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de', 'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '', 'author_company' => '',
'version' => '0.1.0', 'version' => '1.0.1',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'core' => '', 'core' => '',