From a998b3b97d4e7948c8fd4fee8640d9836939affc Mon Sep 17 00:00:00 2001 From: David Glasser Date: Tue, 26 Aug 2014 07:50:53 -0700 Subject: [PATCH] banner tweaks --- scripts/admin/banners-oldcore.json | 2 +- scripts/admin/banners.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/admin/banners-oldcore.json b/scripts/admin/banners-oldcore.json index 4c33f17780..7f4a5cc184 100644 --- a/scripts/admin/banners-oldcore.json +++ b/scripts/admin/banners-oldcore.json @@ -3,7 +3,7 @@ { "versions": ["0.9.0-rc10", "0.9.0-rc11", "0.9.0-rc12"], "banner": { - "text": "Meteor 0.9.0 is now out! Upgrade to it with:\n `meteor update --release METEOR@0.9.0`\nThanks for helping test the release candidates!" + "text": "=> Meteor 0.9.0 is now out! Upgrade to it with:\n `meteor update --release METEOR@0.9.0`\n Thanks for helping test the release candidates!" } } ] diff --git a/scripts/admin/banners.json b/scripts/admin/banners.json index 57f6815e94..0764c696c5 100644 --- a/scripts/admin/banners.json +++ b/scripts/admin/banners.json @@ -1,9 +1,9 @@ { "track": "METEOR", "banners": [ { - "versions": ["0.9.0-rc13", "0.9.0-rc14", "0.9.0-rc20", "0.9.0-rc21"], + "versions": ["0.9.0-rc13", "0.9.0-rc14", "0.9.0-rc20", "0.9.0-rc21", "0.9.0-rc22"], "banner": { - "text": "Meteor 0.9.0 is now out! Upgrade to it with:\n `meteor update`\nThanks for helping test the release candidates!" + "text": "=> Meteor 0.9.0 is now out! Upgrade to it with:\n `meteor update`\n Thanks for helping test the release candidates!" } } ]