From 6af0dd7c19bef80e9dfaa1d34d8048fe6aad3812 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 18 Apr 2016 14:54:24 -0400 Subject: [PATCH] Update banners to recommend 1.3.2.2. --- scripts/admin/banners.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/scripts/admin/banners.json b/scripts/admin/banners.json index 172662d7da..45a56e93a8 100644 --- a/scripts/admin/banners.json +++ b/scripts/admin/banners.json @@ -9,14 +9,9 @@ "text": "=> Meteor 1.3: ES2015 modules, npm integration, app testing, mobile\n improvements, and more.\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.3 by running 'meteor update'." } }, { - "versions": ["1.3"], + "versions": ["1.3", "1.3.1", "1.3.2", "1.3.2.1"], "banner": { - "text": "=> Meteor 1.3.1: Minor bug fixes following the 1.3 release:\n https://forums.meteor.com/t/announcing-meteor-1-3-1/20716\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.3.1 by running 'meteor update'." - } - }, { - "versions": ["1.3.1"], - "banner": { - "text": "=> Meteor 1.3.2: Improvements to deploying binary npm packages,\n importing stylesheets from node_modules, and more:\n https://github.com/meteor/meteor/blob/master/History.md#v132\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.3.2 by running 'meteor update'." + "text": "=> Meteor 1.3.2.2: Improvements to deploying binary npm packages,\n importing stylesheets from node_modules, and more:\n https://github.com/meteor/meteor/blob/master/History.md#v1322\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.3.2.2 by running 'meteor update'." } }] }