diff --git a/npm/install.js b/npm/install.js index cf87a9c24009..9a42cb6d8657 100755 --- a/npm/install.js +++ b/npm/install.js @@ -12,7 +12,7 @@ if ('win32' === platform) { // 64-bit is not available under windows. arch = 'ia32'; } -var version = '0.20.6' +var version = '0.20.7' var name = 'atom-shell-v'+version+'-'+platform+'-'+arch+'.zip' var url = 'https://github.com/atom/atom-shell/releases/download/v'+version+'/atom-shell-v'+version+'-'+platform+'-'+arch+'.zip' diff --git a/npm/package.json b/npm/package.json index 11cb43f7c1db..de4efe332021 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "atom-shell", - "version": "0.20.6", + "version": "0.20.7", "description": "Install atom-shell prebuilts using npm", "repository": { "type": "git",