From bde4a732c4267c2f8fa5875df9c983c854077bcb Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 10 Jan 2014 18:37:05 +0800 Subject: [PATCH] Bump node version to v0.11.10. --- script/create-dist.py | 2 +- script/upload.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/create-dist.py b/script/create-dist.py index 5216658..5d96a8f 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -12,7 +12,7 @@ from lib.util import scoped_cwd, rm_rf, get_atom_shell_version, make_zip, \ ATOM_SHELL_VRESION = get_atom_shell_version() -NODE_VERSION = 'v0.11.9' +NODE_VERSION = 'v0.11.10' BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent' SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) diff --git a/script/upload.py b/script/upload.py index 3698bb0..c51cc22 100755 --- a/script/upload.py +++ b/script/upload.py @@ -21,7 +21,7 @@ TARGET_PLATFORM = { ATOM_SHELL_REPO = 'atom/atom-shell' ATOM_SHELL_VRESION = get_atom_shell_version() -NODE_VERSION = 'v0.11.9' +NODE_VERSION = 'v0.11.10' SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) OUT_DIR = os.path.join(SOURCE_ROOT, 'out', 'Release') -- 2.7.4