banner tweaks

This commit is contained in:
David Glasser
2014-08-26 07:50:53 -07:00
parent d4f14d9362
commit a998b3b97d
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{
"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`\nThanks for helping test the release candidates!"
"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!"
}
}
]

View File

@@ -1,9 +1,9 @@
{ "track": "METEOR",
"banners": [
{
"versions": ["0.9.0-rc13", "0.9.0-rc14", "0.9.0-rc20", "0.9.0-rc21"],
"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`\nThanks for helping test the release candidates!"
"text": "=> Meteor 0.9.0 is now out! Upgrade to it with:\n `meteor update`\n Thanks for helping test the release candidates!"
}
}
]