Files
meteor/scripts/admin/banners.json
2014-08-27 15:11:24 -07:00

11 lines
309 B
JSON

{ "track": "METEOR",
"banners": [
{
"versions": ["0.9.0"],
"banner": {
"text": "=> Meteor 0.9.0.1 is now out, fixing several bugs in 0.9.0.\n\n Meteor 0.9.0.1 is being downloaded in the background. You can update to\n it by running 'meteor update --patch'."
}
}
]
}