Files
meteor/scripts/admin/banners.json
2014-09-06 17:14:07 -07:00

17 lines
629 B
JSON

{ "track": "METEOR",
"banners": [
{
"versions": ["0.9.0", "0.9.0.1"],
"banner": {
"text": "=> Meteor 0.9.1.1 is out, adding support for organizations in Meteor\n developer accounts.\n\n Meteor 0.9.1.1 is being downloading in the background. You can update\n to it by running 'meteor update'."
}
},
{
"versions": ["0.9.1"],
"banner": {
"text": "=> Meteor 0.9.1.1 is out, with better compatibility with 0.9.0 for some packages.\n\n Meteor 0.9.1.1 is being downloading in the background. You can update\n to it by running 'meteor update'."
}
}
]
}