From 2f0499cd328f2046e091a900d9809e0ff1f2471b Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 9 Oct 2021 09:27:50 -0400 Subject: [PATCH] v1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87a966e..1cd778f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "careful-downloader", - "version": "1.3.1", + "version": "1.3.2", "description": "🕵️‍♀️ Downloads a file and its checksums to a temporary directory, validates the hash, and optionally extracts it if safe.", "license": "MIT", "homepage": "https://github.com/jakejarvis/careful-downloader",