This commit is contained in:
Max Ogden 2015-03-18 15:40:10 -07:00
parent 9679e68f7a
commit f0492b803b

View file

@ -12,7 +12,7 @@ if (platform === 'win32') {
// 64-bit is not available under windows. // 64-bit is not available under windows.
arch = 'ia32' arch = 'ia32'
} }
var version = '0.21.3' var version = '0.22.0'
var filename = 'atom-shell-v' + version + '-' + platform + '-' + arch + '.zip' 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' var url = 'https://github.com/atom/atom-shell/releases/download/v' + version + '/atom-shell-v' + version + '-' + platform + '-' + arch + '.zip'