diff --git a/npm/install.js b/npm/install.js index 8ea1d66f3ed8..d27e496ed643 100755 --- a/npm/install.js +++ b/npm/install.js @@ -8,11 +8,7 @@ var fs = require('fs') var platform = os.platform() var arch = os.arch() -if (platform === 'win32') { - // 64-bit is not available under windows. - arch = 'ia32' -} -var version = '0.22.3' +var version = '0.23.0' 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' diff --git a/npm/package.json b/npm/package.json index 65876802176f..ffd1ba4ce050 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "atom-shell", - "version": "0.22.3", + "version": "0.23.0", "description": "Install atom-shell prebuilts using npm", "repository": { "type": "git",