Files
meteor/scripts/admin/banners.json
David Glasser f9579beab4 banner update
2015-03-20 11:30:00 -07:00

25 lines
1.2 KiB
JSON

{ "track": "METEOR",
"banners": [
{
"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", "1.0.3.2"],
"banner": {
"text": "=> Meteor 1.0.4.2: MongoDB 2.6 and 3.0 support, performance improvements,\n Cordova 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.2 by running 'meteor update'."
}
},
{
"versions": ["1.0.4"],
"banner": {
"text": "=> Meteor 1.0.4.2: Fixes regressions in publishing packages and creating new Cordova projects in 1.0.4.\n\n This release is being downloaded in the background. Update your app to Meteor 1.0.4.2 by running 'meteor update --patch'."
}
},
{
"versions": ["1.0.4.1"],
"banner": {
"text": "=> Meteor 1.0.4.2: Fixes a regression in creating new Cordova projects in 1.0.4 and 1.0.4.1.\n\n This release is being downloaded in the background. Update your app to Meteor 1.0.4.2 by running 'meteor update --patch'."
}
}
]
}