From 493287d2e6d3c8d4d248db24c33f9412e2580529 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Fri, 20 Nov 2015 19:36:54 +0900 Subject: [PATCH] Package with Electron 0.35.1 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 32cf1240..67fb101d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -42,7 +42,7 @@ function makePackage(platform, arch) { name: packageJson.name, platform: platform, arch: arch, - version: '0.34.3', + version: '0.35.1', out: './release', prune: true, overwrite: true,