From d0210a895a1f567b036b4b4a9b3466ca2845b664 Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Sun, 2 Oct 2016 14:47:33 +0200 Subject: [PATCH] package with Electron 1.4.2 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4e6a28a..3cd1831 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -67,7 +67,7 @@ module.exports = function(grunt) { dir : '.', out : 'dist', icon : 'cumulus.icns', - version : '1.1.0', + version : '1.4.2', platform : 'darwin', arch : 'x64', prune : true,