Files
meteor/scripts/admin/banners.json
Sashko Stubailo ba9c9012c1 Update banner
2015-03-31 14:15:04 -07:00

13 lines
565 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", "1.0", "1.0.1", "1.0.2", "1.0.2.1",
"1.0.3", "1.0.3.1", "1.0.3.2", "1.0.4", "1.0.4.1", "1.0.4.2", "1.0.5"],
"banner": {
"text": "=> Meteor 1.1: official Windows support, new package version constraint solver.\n\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.1 by running 'meteor update'."
}
}
]
}