From b797c0010f8a8505444ad50173148b8527b2b90b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 20 Oct 2018 07:00:27 +0000 Subject: [PATCH] mill: Update to version 0.3.2 --- mill.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mill.json b/mill.json index 67dbefd717..404cea6fae 100644 --- a/mill.json +++ b/mill.json @@ -1,10 +1,10 @@ { - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", - "url": "https://github.com/lihaoyi/mill/releases/download/0.3.1/0.3.1#/mill.bat", + "url": "https://github.com/lihaoyi/mill/releases/download/0.3.2/0.3.2#/mill.bat", "bin": "mill.bat", "homepage": "http://www.lihaoyi.com/mill/", - "hash": "55a1bd2b4617368ed9182128fd33b1c97de4de7fd502d455d41f1601f12bda61", + "hash": "8b9ddaaf93ecaf1bec4a4d345a5b2018028b49cf30a8248de0ad19e13f176239", "checkver": { "github": "https://github.com/lihaoyi/mill" },