From 66614c30f5067821c17bffe5fcc666330b019f3e Mon Sep 17 00:00:00 2001 From: Kevin von Spiczak <kevin.spiczak@sgalinski.de> Date: Wed, 19 Oct 2022 13:48:07 +0200 Subject: [PATCH] [TASK] release version 5.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 2829432..a68d96b 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": "5.1.0", + "version": "5.1.1", "require": { "typo3/cms-core": "^10.4.0 || ^11.5.0" }, diff --git a/ext_emconf.php b/ext_emconf.php index ad2d75b..ae18f18 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -36,7 +36,7 @@ $EM_CONF['sg_youtube'] = [ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '5.1.0', + 'version' => '5.1.1', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-11.5.99', -- GitLab