diff --git a/installers/windows/createinstaller.js b/installers/windows/createinstaller.js index 7d8bf44..ca1877f 100644 --- a/installers/windows/createinstaller.js +++ b/installers/windows/createinstaller.js @@ -1,6 +1,6 @@ const createWindowsInstaller = require("electron-winstaller").createWindowsInstaller; const path = require("path"); -const version = "1.0.3"; +const version = "1.0.4"; getInstallerConfig() .then(createWindowsInstaller) diff --git a/package.json b/package.json index 661f7e2..7f18eaf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alpaca-electron", "description": "The most user friendly way to interact with Alpaca", - "version": "1.0.3", + "version": "1.0.4", "author": "Pi", "license": "MIT", "main": "index.js",