From 6ed753ae8e2030518be90441e84cb6779a913d30 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sat, 6 Jul 2019 08:30:03 +0000 Subject: [PATCH] Update tools --- resources/tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index dc779d2d..f326a9f3 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.3/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.13.4/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.13.3/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.13.4/infection.phar", "bin": "%target-dir%/infection" } },