From 6b8ae46d0cbb31d98db6795c03f3f9ed941cf8d0 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 23 Sep 2016 08:22:13 -0700 Subject: [PATCH] bump(electron): Update to 1.4.1 to fix intermittent Symbol() error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 047861c58..fb73e520f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/nylas/N1/issues" }, - "electronVersion": "1.4.0", + "electronVersion": "1.4.1", "dependencies": { "async": "^0.9", "babel-core": "6.8.0",