diff --git a/resources/tools.json b/resources/tools.json index 6fcfb795..d5e8b1a8 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -119,11 +119,11 @@ "website": "https://infection.github.io/", "command": { "file-download": { - "url": "https://github.com/infection/infection/releases/download/0.13.5/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.13.6/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.13.5/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.13.6/infection.phar", "bin": "%target-dir%/infection" } },