This commit is contained in:
Max Ogden 2015-03-31 11:58:34 -07:00
Родитель f04376455d
Коммит 8b6f0b42e7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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