This commit is contained in:
Max Ogden 2015-02-01 17:23:02 -08:00
Родитель 384266ce76
Коммит 2b4e4622c5
2 изменённых файлов: 2 добавлений и 2 удалений

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

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

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

@ -1,6 +1,6 @@
{
"name": "atom-shell",
"version": "0.20.3",
"version": "0.20.4",
"description": "Install atom-shell prebuilts using npm",
"repository": {
"type": "git",