0.22.3
This commit is contained in:
parent
a6f1089100
commit
7f925cb5f4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if (platform === 'win32') {
|
||||||
// 64-bit is not available under windows.
|
// 64-bit is not available under windows.
|
||||||
arch = 'ia32'
|
arch = 'ia32'
|
||||||
}
|
}
|
||||||
var version = '0.22.2'
|
var version = '0.22.3'
|
||||||
var filename = 'atom-shell-v' + version + '-' + platform + '-' + arch + '.zip'
|
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'
|
var url = 'https://github.com/atom/atom-shell/releases/download/v' + version + '/atom-shell-v' + version + '-' + platform + '-' + arch + '.zip'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue