Files
meteor/scripts/admin/banners.json
2014-10-28 02:49:11 -07:00

14 lines
401 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", "0.9.3", "0.9.3.1", "0.9.4"],
"banner": {
"text":
"=> Meteor 1.0 is out! Visit www.meteor.com for all the details.\n\n Meteor 1.0 is being downloaded in the background. You can update to\n it by running 'meteor update'."
}
}
]
}