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

11 lines
311 B
JSON

{ "track": "METEOR-CORE",
"banners": [
{
"versions": ["0.9.0-rc10", "0.9.0-rc11", "0.9.0-rc12"],
"banner": {
"text": "=> Meteor 0.9.0 is now out! Upgrade to it with:\n `meteor update --release METEOR@0.9.0`\n Thanks for helping test the release candidates!"
}
}
]
}