From 1fb25351bbef1501df3253a673cef48824e0a152 Mon Sep 17 00:00:00 2001 From: Bill Christo Date: Mon, 13 May 2024 08:29:56 -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 1e4a8a0..c6faf54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-pre-gyp-github", - "version": "1.4.6", + "version": "2.0.0", "description": "A node-pre-gyp module which provides the ability to publish to GitHub releases.", "bin": "./bin/node-pre-gyp-github.js", "main": "index.js",