From 2a048369fedd6bff1fb273f20baac2c7c1279424 Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Wed, 4 Mar 2015 13:04:51 -0800 Subject: [PATCH] 0.21.3 --- npm/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/install.js b/npm/install.js index f1522ce2030..35d55231b0a 100755 --- a/npm/install.js +++ b/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'