Files
meteor/scripts/admin/banners.json
Avital Oliver 5ef6ad652b Merge branch 'release-0.9.3.1'
Conflicts:
	docs/.meteor/release
	docs/client/docs.js
	scripts/admin/banners.json
2014-09-30 23:28:54 -07:00

19 lines
694 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"],
"banner": {
"text": "=> Meteor 0.9.3 is out with improvements for working with packages,\n including: speedups, more information about conflicting packages on\n update, and additional features for package authors.\n\n Meteor 0.9.3 is being downloaded in the background. You can update to\n it by running 'meteor update'."
}
},
{
"versions": ["0.9.3"],
"banner": {
"text":
"=> Meteor 0.9.3.1 is out, fixing a few bugs in 0.9.3. You can update to \n it by running 'meteor update'."
}
}
]
}