From 8997d4f3a4800445d83a331d955dbdd9b80322a5 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 6 Oct 2021 10:09:15 -0400 Subject: [PATCH] v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c52f10f..0d5c714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "careful-downloader", - "version": "0.0.0", + "version": "1.0.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",