Files
meteor/scripts/admin/banners.json
2014-09-04 16:07:16 -07:00

11 lines
342 B
JSON

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