This commit is contained in:
Max Ogden 2015-02-01 17:21:23 -08:00
parent 5841a68f08
commit 85ee9028bb
2 changed files with 2 additions and 2 deletions

View file

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

View file

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