diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 681d2908..4a07a833 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Warming -release = 0.5.2 +release = 0.5.3 copyright = since 2021 by Elias Häußler author = Elias Häußler diff --git a/Resources/Private/Frontend/package.json b/Resources/Private/Frontend/package.json index b92a43be..acde8ceb 100644 --- a/Resources/Private/Frontend/package.json +++ b/Resources/Private/Frontend/package.json @@ -1,7 +1,7 @@ { "name": "@eliashaeussler/typo3-warming", "description": "Frontend for EXT:warming, an extension for TYPO3 CMS that warms up Frontend caches based on an XML sitemap", - "version": "0.5.2", + "version": "0.5.3", "license": "GPL-2.0-or-later", "scripts": { "build": "cross-env NODE_ENV=production webpack", diff --git a/ext_emconf.php b/ext_emconf.php index a1dfaf83..ee635535 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -24,7 +24,7 @@ 'title' => 'Warming', 'description' => 'Warms up Frontend caches based on an XML sitemap. Cache warmup can be triggered via TYPO3 backend or using a console command. Supports multiple languages and custom crawler implementations.', 'category' => 'be', - 'version' => '0.5.2', + 'version' => '0.5.3', 'state' => 'beta', 'author' => 'Elias Häußler', 'author_email' => 'elias@haeussler.dev',