From 0a74bca8ee66dd3c19288cbab38eb46fc3b2328f Mon Sep 17 00:00:00 2001 From: Fabian Galinski <fabian@sgalinski.de> Date: Fri, 15 Sep 2017 21:45:22 +0200 Subject: [PATCH] [TASK] Release of version 4.1.4 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 447c69d..bf772d3 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": [ "GPL-2.0+" ], - "version": "4.1.3", + "version": "4.1.4", "support": { }, "repositories": [ diff --git a/ext_emconf.php b/ext_emconf.php index 6b215e6..6bf1fb5 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -19,7 +19,7 @@ $EM_CONF[$_EXTKEY] = [ 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '4.1.3', + 'version' => '4.1.4', 'constraints' => [ 'depends' => [ 'typo3' => '7.6.0-8.7.99', -- GitLab