From 8487b53fd42dc4a9994ad550fc169e618155316f Mon Sep 17 00:00:00 2001 From: Gernot Ploiner Date: Wed, 16 Feb 2022 15:30:05 +0100 Subject: [PATCH] [TASK] set version to 1.0.2 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 85926a0..ec2743f 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -18,7 +18,7 @@ 'author_email' => 'entwicklung@nikita-hovratov.de', 'state' => 'beta', 'clearCacheOnLoad' => true, - 'version' => '1.0.1', + 'version' => '1.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-10.4.99'