From 01b01b083a13f83af526f957ec1bddd689985e57 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Mon, 17 Feb 2020 18:39:01 -0500 Subject: [PATCH] Make NPM install version 0.2.0 --- npm/lib/postinstall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/lib/postinstall.js b/npm/lib/postinstall.js index dae3b89..92ed3a3 100644 --- a/npm/lib/postinstall.js +++ b/npm/lib/postinstall.js @@ -16,7 +16,7 @@ if (forceInstall) { console.log("--force, ignoring caches"); } -const VERSION = "v0.1.0"; +const VERSION = "v0.2.0"; const BIN_PATH = path.join(__dirname, "../bin"); process.on("unhandledRejection", (reason, promise) => {