From fe978a99043e544f24acdb042d13e869cb72e215 Mon Sep 17 00:00:00 2001 From: theLine Date: Sat, 21 Nov 2020 14:28:42 +0100 Subject: [PATCH] [TASK] Bump version to v1.3.1 --- composer.json | 2 +- ext_emconf.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a412c95..46aa6b3 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "authors": [ { "name": "theLine", - "email": "typo3@theline.capella.uberspace.de" + "email": "typo3@typo3@theline.uber.space" } ], "license": "LGPL-3.0-or-later", diff --git a/ext_emconf.php b/ext_emconf.php index 1809e61..cd8bbfe 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,11 +4,11 @@ 'title' => 'Lottie', 'description' => 'Extension to enable rendering of Lottie/Bodymovin animations in frontend.', 'category' => 'fe', - 'version' => '1.3.0', + 'version' => '1.3.1', 'state' => 'stable', 'clearcacheonload' => true, 'author' => 'theLine', - 'author_email' => 'typo3@theline.capella.uberspace.de', + 'author_email' => 'typo3@theline.uber.space', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-10.4.99',