From e7d3b28fb48bd374da5093c33bd20e95a88f307b Mon Sep 17 00:00:00 2001 From: Fabian Galinski <fabian@sgalinski.de> Date: Tue, 22 Aug 2017 16:56:14 +0200 Subject: [PATCH] [TASK] Raise the version to 4.1.1 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7dcc078..9ff2033 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": [ "GPL-2.0+" ], - "version": "4.1.0", + "version": "4.1.1", "support": { }, "repositories": [ diff --git a/ext_emconf.php b/ext_emconf.php index 0c35232..fc1ddd3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -19,7 +19,7 @@ $EM_CONF[$_EXTKEY] = [ 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '4.1.0', + 'version' => '4.1.1', 'constraints' => [ 'depends' => [ 'typo3' => '7.6.0-8.7.99', -- GitLab