Skip to content

Commit

Permalink
[RELEASE] Release of cache-warmup 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Oct 5, 2024
1 parent c74ed86 commit c619c2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eliashaeussler/cache-warmup",
"description": "Composer package to warm up website caches, based on a given XML sitemap",
"version": "3.1.3",
"version": "3.2.0",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/eliashaeussler/cache-warmup.git",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/CacheWarmer.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
final class CacheWarmer
{
public const VERSION = '3.1.3';
public const VERSION = '3.2.0';

private readonly Xml\XmlParser $parser;

Expand Down

0 comments on commit c619c2a

Please sign in to comment.