From 64346ceba7bd949f4d606997e7b935eb07eb07ce Mon Sep 17 00:00:00 2001 From: Sven Wappler Date: Wed, 7 Jun 2023 15:15:21 +0200 Subject: [PATCH] v12.0.3 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 1bc4cfc..77f8b5b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'title' => 'SASS compiler for TYPO3', 'description' => 'Compiles scss files to CSS files.', 'category' => 'fe', - 'version' => '12.0.2', + 'version' => '12.0.3', 'state' => 'stable', 'clearcacheonload' => 0, 'author' => 'Sven Wappler',