From 023ed1c82fa55c33c488d67385f81d0b30ed429e Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Thu, 5 Feb 2015 18:45:56 -0800 Subject: [PATCH] 0.21.2 --- npm/install.js | 2 +- npm/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/install.js b/npm/install.js index db5b273c9d..f1522ce203 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.1' +var version = '0.21.2' 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' diff --git a/npm/package.json b/npm/package.json index bb63ffca30..d3549e8df4 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "atom-shell", - "version": "0.21.1", + "version": "0.21.2", "description": "Install atom-shell prebuilts using npm", "repository": { "type": "git",