mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
17 lines
629 B
JSON
17 lines
629 B
JSON
{ "track": "METEOR",
|
|
"banners": [
|
|
{
|
|
"versions": ["0.9.0", "0.9.0.1"],
|
|
"banner": {
|
|
"text": "=> Meteor 0.9.1.1 is out, adding support for organizations in Meteor\n developer accounts.\n\n Meteor 0.9.1.1 is being downloading in the background. You can update\n to it by running 'meteor update'."
|
|
}
|
|
},
|
|
{
|
|
"versions": ["0.9.1"],
|
|
"banner": {
|
|
"text": "=> Meteor 0.9.1.1 is out, with better compatibility with 0.9.0 for some packages.\n\n Meteor 0.9.1.1 is being downloading in the background. You can update\n to it by running 'meteor update'."
|
|
}
|
|
}
|
|
]
|
|
}
|