From 43d581a7225d1e922715b1d1e84ef98ffbcd1033 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Sun, 14 Feb 2021 13:36:22 +0100 Subject: [PATCH] 6.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4116fbc..6f55ed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prebuild-install", - "version": "6.0.0", + "version": "6.0.1", "description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform", "scripts": { "test": "tape test/*-test.js && npm run lint",