diff --git a/scripts/admin/banners.json b/scripts/admin/banners.json index 66419c0638..e7f3c9fc4d 100644 --- a/scripts/admin/banners.json +++ b/scripts/admin/banners.json @@ -3,16 +3,10 @@ { "versions": ["0.9.0", "0.9.0.1", "0.9.1", "0.9.1.1", "0.9.2", "0.9.2.1", "0.9.2.2", "0.9.3", "0.9.3.1", "0.9.4", "1.0", "1.0.1", "1.0.2", "1.0.2.1", - "1.0.3"], + "1.0.3", "1.0.3.1", "1.0.3.2"], "banner": { - "text": "=> Meteor 1.0.3.2: README.md support in Isobuild and improvements to `meteor show`.\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.0.3.2 by running 'meteor update'." - } - }, - { - "versions": ["1.0.3.1"], - "banner": { - "text": "=> Meteor 1.0.3.2: Fixes a crash in `meteor deploy`.\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.0.3.2 by running 'meteor update'." - } + "text": "=> Meteor 1.0.4: MongoDB 2.6 and 3.0 support, performance improvements, Cordova\n upgrades, template-specific subscriptions, and more!\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.0.4 by running 'meteor update'." + } } ] }