Files
meteor/scripts/admin/banners.json
2014-09-04 12:13:30 -07:00

12 lines
343 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'."
}
}
]
}