From 1ac5a487272967919aa7c4581576db4660654474 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 7 Oct 2021 19:25:21 -0400 Subject: [PATCH] v1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6005d78..87a966e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "careful-downloader", - "version": "1.3.0", + "version": "1.3.1", "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",