From 79e49245a2ae569026a8b9d60dc984aef3f4397e Mon Sep 17 00:00:00 2001 From: nbarikipoulos Date: Mon, 5 Oct 2020 16:36:30 +0200 Subject: [PATCH] v0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 028ec84..885cf67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wix-msi", - "version": "0.1.0", + "version": "0.1.1", "description": "Pack node.js bin to a standalone executable and pack it in a msi installer", "bin": { "wix-msi": "./bin/cli.js"