Files
meteor/scripts/admin/banners.json
David Glasser 3556010f51 banner update
2014-12-18 17:40:34 -08:00

12 lines
512 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"],
"banner": {
"text": "=> Meteor 1.0.2: Performance and stability improvements to the command-line\n tool, and a new server console command: 'meteor shell'!\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.0.2 by running 'meteor update'."
}
}
]
}