Files
meteor/scripts/admin/banners.json
Emily Stark 38cde607f5 tweak banner
2014-12-09 12:41:51 -08:00

12 lines
511 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"],
"banner": {
"text": "=> Meteor 1.0.1: Fixes a security issue in allow/deny rules that could\n result in data loss.\n More information at https://www.meteor.com/patch-1.0.1\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.0.1 by running 'meteor update'."
}
}
]
}