From e8a1287f2a990a4e6de90302d9cb0c4cde0a00ed Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Mon, 15 Sep 2014 16:02:27 -0700 Subject: [PATCH] Banner for 0.9.2.1 --- scripts/admin/banners.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/admin/banners.json b/scripts/admin/banners.json index 6fb66f447b..acb5043900 100644 --- a/scripts/admin/banners.json +++ b/scripts/admin/banners.json @@ -5,6 +5,12 @@ "banner": { "text": "=> Meteor 0.9.2 is out, with our first support for building mobile apps\n in Meteor. This support comes via an integration with Apache's\n Cordova/PhoneGap project.\n\n Meteor 0.9.2 is being downloaded in the background. You can update to\n it by running 'meteor update'." } + }, + { + "versions": ["0.9.2"], + "banner": { + "text": "=> Meteor 0.9.2.1 fixes the version numbers of several packages, making\n them compatible with other non-core packages.\n\n Meteor 0.9.2.1 is being downloaded in the background. You can update\n to it by running 'meteor update'." + } } ] }