From 042d90c047aab95d7b435b10b8dc696408d5febe Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 29 Apr 2014 02:03:03 +0000 Subject: [PATCH] Use 0.0.2 release. --- script/update-frameworks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/update-frameworks.py b/script/update-frameworks.py index 0516a28..f87be75 100755 --- a/script/update-frameworks.py +++ b/script/update-frameworks.py @@ -8,7 +8,8 @@ from lib.util import safe_mkdir, extract_zip, tempdir, download SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) FRAMEWORKS_URL = 'https://github.com/atom/atom-shell-frameworks/releases' \ - '/download/v0.0.1' + '/download/v0.0.2' + def main(): os.chdir(SOURCE_ROOT) -- 2.7.4