Skip to content

Commit 0a61f99

Browse files
[RELEASE] Release of cache-warmup 3.2.4
1 parent b2204d8 commit 0a61f99

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eliashaeussler/cache-warmup",
33
"description": "Composer package to warm up website caches, based on a given XML sitemap",
4-
"version": "3.2.3",
4+
"version": "3.2.4",
55
"license": "GPL-3.0-or-later",
66
"repository": "https://github.com/eliashaeussler/cache-warmup.git",
77
"private": true,

src/CacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*/
4545
final class CacheWarmer
4646
{
47-
public const VERSION = '3.2.3';
47+
public const VERSION = '3.2.4';
4848

4949
private readonly Xml\XmlParser $parser;
5050

0 commit comments

Comments
 (0)