From 96d03f5b57a387a740b4672c62e061effdebddca Mon Sep 17 00:00:00 2001 From: theLine Date: Tue, 4 Aug 2020 20:52:20 +0200 Subject: [PATCH] [TASK] Bump version to v1.1.0 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 131d058..3b124ac 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Lottie', 'description' => 'Extension to enable rendering of Lottie/Bodymovin animations in frontend.', 'category' => 'fe', - 'version' => '1.0.8', + 'version' => '1.1.0', 'state' => 'stable', 'clearcacheonload' => true, 'author' => 'theLine',