From 6bb18349eee82e2d8a04afe871b3cef2563f5f0b Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 2 Mar 2021 03:46:16 +0000 Subject: [PATCH] Update tools --- resources/test.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/test.json b/resources/test.json index b621539a..2d648342 100644 --- a/resources/test.json +++ b/resources/test.json @@ -19,11 +19,11 @@ "website": "https://infection.github.io/", "command": { "file-download": { - "url": "https://github.com/infection/infection/releases/download/0.21.2/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.21.3/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.21.2/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.21.3/infection.phar", "bin": "%target-dir%/infection" } },