From 0ce4cf26e81cd8a85a51d7d936a3e691a5c893c6 Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Wed, 29 May 2024 20:17:25 +0200 Subject: [PATCH] [RELEASE] Crawler version 12.0.1 --- Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- sonar-project.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 8333e4611..d7ba847b5 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,8 +4,8 @@ [general] project = Crawler -version = 12.0.0 -release = 12.0.0 +version = 12.0.1 +release = 12.0.1 copyright = 2002-2021 AOE GmbH, since 2021 Tomas Norre Mikkelsen [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index c6cc1f7ad..c11d1240b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'author' => 'Tomas Norre Mikkelsen', 'author_email' => 'tomasnorre@gmail.com', 'author_company' => '', - 'version' => '12.0.0', + 'version' => '12.0.1', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-8.99.99', diff --git a/sonar-project.properties b/sonar-project.properties index c2c61a469..201ae0a0e 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=aoe-crawler sonar.projectName=Crawler -sonar.projectVersion=12.0.0 +sonar.projectVersion=12.0.1 sonar.sources=. sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**, cli/bootstrap.php, Build/**, ext_emconf.php, ext_localconf.php, ext_tables.php, ecs.php, rector-ci.php