From 1c68681bd3619a964f4c517d5bc1d558cdfe3118 Mon Sep 17 00:00:00 2001 From: Daniel Gohlke Date: Mon, 9 Dec 2024 15:12:41 +0100 Subject: [PATCH] [TASK] Raise version --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index d2850cac..eb6c1be8 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Cart', 'description' => 'Shopping Cart(s) for TYPO3', 'category' => 'plugin', - 'version' => '9.1.0', + 'version' => '9.1.1', 'state' => 'stable', 'author' => 'Daniel Gohlke', 'author_email' => 'ext@extco.de',