v0.23.0
This commit is contained in:
parent
008535029a
commit
cb161234e5
2 changed files with 2 additions and 6 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue