From 2d22f4f1c0242b06324cb549e779cad7dbb3cad1 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 16 Oct 2021 06:58:02 -0400 Subject: [PATCH] v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ee9e6c..ff41a61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "careful-downloader", - "version": "1.4.0", + "version": "2.0.0", "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",