Max Ogden 10 years ago
parent
commit
2a048369fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      npm/install.js

+ 1 - 1
npm/install.js

@@ -12,7 +12,7 @@ if ('win32' === platform) {
   // 64-bit is not available under windows.
   arch = 'ia32';
 }
-var version = '0.21.2'
+var version = '0.21.3'
 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'