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

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

@ -12,7 +12,7 @@ if ('win32' === platform) {
// 64-bit is not available under windows.
arch = 'ia32';
}
var version = '0.20.0'
var version = '0.20.1'
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.0",
"version": "0.20.1",
"description": "Install atom-shell prebuilts using npm",
"repository": {
"type": "git",