From 4c25fb7d8084952ac7a7773b547f22169d755106 Mon Sep 17 00:00:00 2001 From: Daniel Goerz Date: Sat, 22 Aug 2020 12:36:33 +0200 Subject: [PATCH] [TASK] Set version to 2.0.1 --- ext_emconf.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index ae34bf6..1744c40 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -17,7 +17,7 @@ 'clearCacheOnLoad' => 0, 'lockType' => '', 'author_company' => 'b:dreizehn, Stuttgart', - 'version' => '2.0.0', + 'version' => '2.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '>=7.6.0 <=9.6.0' @@ -27,4 +27,3 @@ ], 'suggests' => [], ]; -