Files
meteor/scripts/admin/banners.json
David Glasser a998b3b97d banner tweaks
2014-08-26 07:50:53 -07:00

11 lines
311 B
JSON

{ "track": "METEOR",
"banners": [
{
"versions": ["0.9.0-rc13", "0.9.0-rc14", "0.9.0-rc20", "0.9.0-rc21", "0.9.0-rc22"],
"banner": {
"text": "=> Meteor 0.9.0 is now out! Upgrade to it with:\n `meteor update`\n Thanks for helping test the release candidates!"
}
}
]
}