From 1a7f0abbfc343a0be2d3cfa4e6bb9d5fb1ffe3e4 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 22 Feb 2016 09:02:19 -0800 Subject: [PATCH] :arrow_up: electron to fix command-backtick bug --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c764111bb..d9d4689f8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/atom/atom/issues" }, "license": "MIT", - "electronVersion": "0.36.7", + "electronVersion": "0.36.8", "dependencies": { "async": "0.2.6", "atom-keymap": "^6.2.0",