From 3a3ba627361923bed3dfa16edd22fa86cbcb1890 Mon Sep 17 00:00:00 2001 From: ekatek Date: Tue, 20 Jan 2015 09:53:29 -0800 Subject: [PATCH] set the banner --- scripts/admin/banners.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/scripts/admin/banners.json b/scripts/admin/banners.json index 7f9f7e9bc5..588c9fd783 100644 --- a/scripts/admin/banners.json +++ b/scripts/admin/banners.json @@ -2,16 +2,10 @@ "banners": [ { "versions": ["0.9.0", "0.9.0.1", "0.9.1", "0.9.1.1", "0.9.2", - "0.9.2.1", "0.9.2.2", "0.9.3", "0.9.3.1", "0.9.4", "1.0", "1.0.1"], + "0.9.2.1", "0.9.2.2", "0.9.3", "0.9.3.1", "0.9.4", "1.0", "1.0.1", "1.0.2"], "banner": { - "text": "=> Meteor 1.0.2.1: Performance and stability improvements to the command-line\n tool, and a new server console command: 'meteor shell'.\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.0.2 by running 'meteor update'." + "text": "=> Meteor 1.0.3: README.md support in Isobuild and improvements to `meteor show`.\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.0.3 by running 'meteor update'." } - }, - { - "versions": ["1.0.2"], - "banner": { - "text": "=> Meteor 1.0.2.1: Fixes crash while watching source files for changes.\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.0.2.1 by running 'meteor update'." - } } ] }