mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
27 lines
500 B
JSON
27 lines
500 B
JSON
{ "track": "METEOR-CORE",
|
|
"banners": [
|
|
{
|
|
"versions": ["850.0", "860.1", "860.0"],
|
|
"banner": {
|
|
"text": "You're in the mid-eighties!\nCool!"
|
|
}
|
|
},
|
|
{
|
|
"versions": ["700.0", "800.0"],
|
|
"banner": {
|
|
"text": "You're a hundred!\nCool!"
|
|
}
|
|
},
|
|
{
|
|
"versions": ["900.3"],
|
|
"banner": {
|
|
"text": "=> There be a patch yo. 900.3.1!\n Yay!"
|
|
}
|
|
},
|
|
{
|
|
"versions": ["900.1"],
|
|
"banner": null
|
|
}
|
|
]
|
|
}
|