mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
17 lines
433 B
JSON
17 lines
433 B
JSON
{ "track": "METEOR-CORE",
|
|
"banners": [
|
|
{
|
|
"versions": ["0.9.0-preview1", "0.9.0-preview2", "0.9.0-preview3"],
|
|
"banner": {
|
|
"text": "You should consider updating to the 0.9.0-preview4 release!\n We fixed some bugs. Running 'meteor update' should do the trick."
|
|
}
|
|
},
|
|
{
|
|
"versions": ["0.9.0-preview4"],
|
|
"banner": {
|
|
"text": "Minor issues fixed in preview5. Consider updating! :)"
|
|
}
|
|
}
|
|
]
|
|
}
|