diff --git a/npm/install.js b/npm/install.js index 228a98fb0fa..8ea1d66f3ed 100755 --- a/npm/install.js +++ b/npm/install.js @@ -12,7 +12,7 @@ if (platform === 'win32') { // 64-bit is not available under windows. arch = 'ia32' } -var version = '0.22.2' +var version = '0.22.3' var filename = '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'