From 7b41931663af0dee0978d649c5c4e9af77fdcb41 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Mon, 28 Sep 2015 14:39:53 -0700 Subject: [PATCH] Update banners.json --- scripts/admin/banners.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/admin/banners.json b/scripts/admin/banners.json index f5442eb24f..faeb9788fe 100644 --- a/scripts/admin/banners.json +++ b/scripts/admin/banners.json @@ -7,13 +7,13 @@ "1.0.4", "1.0.4.1", "1.0.4.2", "1.0.5", "1.1", "1.1.0.1", "1.1.0.2", "1.1.0.3"], "banner": { - "text": "=> Meteor 1.2.0.1: React and Angular support, ECMAScript 2015, new faster build\n system, and improvements to the Cordova integration for mobile apps.\n\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.2.0.1 by running 'meteor update'." + "text": "=> Meteor 1.2.0.2: React and Angular support, ECMAScript 2015, new faster build\n system, and improvements to the Cordova integration for mobile apps.\n\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.2.0.2 by running 'meteor update'." } }, { - "versions": ["1.2"], + "versions": ["1.2", "1.2.0.1"], "banner": { - "text": "=> Meteor 1.2.0.1: A patch for an error when updating to 1.2.\n\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.2.0.1 by running 'meteor update'." + "text": "=> Meteor 1.2.0.2: Bug fixes for Meteor 1.2, see History.md for details.\n\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.2.0.2 by running 'meteor update'." } } ]