Files
meteor/scripts/admin/banners.json
2014-06-09 16:58:22 -07:00

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
}
]
}