From 8f660a5b6f2c748d0e03743be726433e33979a99 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 7 Oct 2021 11:12:27 -0400 Subject: [PATCH] v1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cb78b8..a42e7bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "careful-downloader", - "version": "1.2.0", + "version": "1.3.0", "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",