diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 067a2f41..de03ed58 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Warming -release = 2.4.0 +release = 2.4.1 copyright = since 2021 by Elias Häußler author = Elias Häußler diff --git a/Resources/Private/Frontend/package-lock.json b/Resources/Private/Frontend/package-lock.json index b4e08af3..4c763208 100644 --- a/Resources/Private/Frontend/package-lock.json +++ b/Resources/Private/Frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "@eliashaeussler/typo3-warming", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@eliashaeussler/typo3-warming", - "version": "2.4.0", + "version": "2.4.1", "license": "GPL-2.0-or-later", "dependencies": { "clipboard-polyfill": "^4.0.0", diff --git a/Resources/Private/Frontend/package.json b/Resources/Private/Frontend/package.json index d6c47e38..41561d1f 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": "2.4.0", + "version": "2.4.1", "type": "module", "private": true, "license": "GPL-2.0-or-later", diff --git a/ext_emconf.php b/ext_emconf.php index 0d6124f7..5e00cb77 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' => '2.4.0', + 'version' => '2.4.1', 'state' => 'stable', 'author' => 'Elias Häußler', 'author_email' => 'elias@haeussler.dev',