Skip to content

Commit c778024

Browse files
[RELEASE] Release of cache-warmup 4.3.0
1 parent 57c27bb commit c778024

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.2.0",
4+
"version": "4.3.0",
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.2.0';
44+
public const VERSION = '4.3.0';
4545

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

0 commit comments

Comments
 (0)