Files
meteor/scripts/admin/banners.json
Avital Oliver b20285e633 0.9.3.1
2014-09-30 18:10:41 -07:00

21 lines
701 B
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"],
"banner": {
"text":
"=> Meteor 0.9.3.1 is out with improvements for working with packages,\n including: speedups, more information about conflicting packages on\n update, and additional features for package authors.\n\n Meteor 0.9.3.1 is being downloaded in the background. You can update to\n it by running 'meteor update'."
}
},
{
"versions": ["0.9.3"],
"banner": {
"text":
"=> Meteor 0.9.3.1 is out, fixing a few bugs in 0.9.3. You can update to \n it by running 'meteor update'."
}
}
]
}