From a58ced41f6e5b37b8fd2465b3865d16ed1448711 Mon Sep 17 00:00:00 2001 From: Martin Adler Date: Fri, 13 Sep 2024 17:48:09 +0200 Subject: [PATCH] [TASK] Bump extension version to 0.3.1 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index cfb6612..e6e5435 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -24,7 +24,7 @@ 'title' => 'TYPO3 Stream Writer', 'description' => 'This extension adds the possibility to log to stdout and stderr.', 'category' => 'misc', - 'version' => '0.3.0', + 'version' => '0.3.1', 'state' => 'alpha', 'clearCacheOnLoad' => true, 'author' => 'Martin Adler',