From 2a0bd1175aaa613e116c05d0965f414d1fc9b3fa Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Wed, 17 Sep 2014 21:26:05 -0400 Subject: [PATCH] 0.9.2.2 banner tweaks, thanks nim --- scripts/admin/banners.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/admin/banners.json b/scripts/admin/banners.json index 5479948ed2..1d6c524085 100644 --- a/scripts/admin/banners.json +++ b/scripts/admin/banners.json @@ -9,7 +9,7 @@ { "versions": ["0.9.2", "0.9.2.1"], "banner": { - "text": "=> Meteor 0.9.2.2 fixes an 0.9.2 regression that causes the Meteor\n development server to listen on localhost by default instead of 0.0.0.0.\n\n Meteor 0.9.2.2 is being downloaded in the background. You can update to\n it by running 'meteor update'." + "text": "=> Meteor 0.9.2.2 fixes an 0.9.2 regression that prevented some users\n from accessing the development mode server in their browser.\n\n Meteor 0.9.2.2 is being downloaded in the background. You can update to\n it by running 'meteor update'." } } ]