Skip to content

Commit ea4bfb1

Browse files
[RELEASE] Release of cache-warmup 4.3.2
1 parent ed9c78b commit ea4bfb1

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": "4.3.1",
4+
"version": "4.3.2",
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
@@ -41,7 +41,7 @@
4141
*/
4242
final class CacheWarmer
4343
{
44-
public const VERSION = '4.3.1';
44+
public const VERSION = '4.3.2';
4545

4646
/**
4747
* @var array<string, Sitemap\Url>

0 commit comments

Comments
 (0)