From f70fa9d6930689487bdfb8a98e516dc91ae9501c Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Fri, 29 Sep 2023 10:27:25 +0200 Subject: [PATCH] [RELEASE] Release version 0.1.1 --- Documentation/Settings.cfg | 2 +- ext_emconf.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 19f149d7..1536a9ca 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,7 +4,7 @@ [general] project = Content Blocks -release = 0.1.0 +release = 0.1.1 copyright = since 2023 by TYPO3 contributors [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 2e8fe362..fc173c50 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,11 +4,11 @@ 'title' => 'TYPO3 CMS Content Blocks', 'description' => 'TYPO3 CMS Content Blocks - TYPO3 Content Types Manager.', 'category' => 'be', - 'author' => 'TYPO3 Core Team', + 'author' => 'TYPO3 Content Types Team', 'author_email' => 'typo3cms@typo3.org', 'author_company' => '', 'state' => 'beta', - 'version' => '0.1.0', + 'version' => '0.1.1', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-13.0.0',