0.20.8
This commit is contained in:
parent
45c0e7075b
commit
4060ebcc94
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ if ('win32' === platform) {
|
||||||
// 64-bit is not available under windows.
|
// 64-bit is not available under windows.
|
||||||
arch = 'ia32';
|
arch = 'ia32';
|
||||||
}
|
}
|
||||||
var version = '0.20.7'
|
var version = '0.20.8'
|
||||||
var name = 'atom-shell-v'+version+'-'+platform+'-'+arch+'.zip'
|
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'
|
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",
|
"name": "atom-shell",
|
||||||
"version": "0.20.7",
|
"version": "0.20.8",
|
||||||
"description": "Install atom-shell prebuilts using npm",
|
"description": "Install atom-shell prebuilts using npm",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue