From f92b50e9ee5c8a308a6a157e49c0eb0ec1123f0b Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 12 Feb 2022 09:43:16 -0500 Subject: [PATCH] v2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ef0bff..9ef2357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "careful-downloader", - "version": "2.0.1", + "version": "2.0.2", "description": "🕵️‍♀️ Downloads a file and its checksums, validates the hash, and optionally extracts it if safe.", "license": "MIT", "homepage": "https://github.com/jakejarvis/careful-downloader",