bump to 0.19.5 for #5
This commit is contained in:
parent
ff3019ace6
commit
6566b9a6a5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ var fs = require('fs')
|
||||||
|
|
||||||
var platform = os.platform()
|
var platform = os.platform()
|
||||||
var arch = os.arch()
|
var arch = os.arch()
|
||||||
var version = '0.18.0'
|
var version = '0.19.5'
|
||||||
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'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue