From 93b5003d492764576abf42dd37edabd2af719b22 Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Wed, 10 Jul 2019 20:30:51 +0200 Subject: [PATCH] [TASK] Release of verison 2.1.2 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 30101a7..4f4c989 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Embed YouTube Videos of a Playlist or Channel", "homepage": "https://www.sgalinski.de", "license": "GPL-2.0-or-later", - "version": "2.1.1", + "version": "2.1.2", "require": { "typo3/cms-core": "^8.7.24 || ^9.5.4" }, diff --git a/ext_emconf.php b/ext_emconf.php index 1d94669..5463043 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -36,7 +36,7 @@ $EM_CONF[$_EXTKEY] = [ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '2.1.1', + 'version' => '2.1.2', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-9.5.99', -- GitLab