This commit is contained in:
Max Ogden 2015-03-04 13:04:51 -08:00
parent fafb79c2e0
commit 2a048369fe

View file

@ -12,7 +12,7 @@ if ('win32' === platform) {
// 64-bit is not available under windows.
arch = 'ia32';
}
var version = '0.21.2'
var version = '0.21.3'
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'