mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- increment the release number in banners.json - increment version number for meteor-tool - increment release number in the release configuration
13 lines
509 B
JSON
13 lines
509 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", "0.9.3", "0.9.3.1", "0.9.4", "1.0", "1.0.1", "1.0.2", "1.0.2.1",
|
|
"1.0.3"],
|
|
"banner": {
|
|
"text": "=> Meteor 1.0.3.1: README.md support in Isobuild and improvements to `meteor show`.\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.0.3.1 by running 'meteor update'."
|
|
}
|
|
}
|
|
]
|
|
}
|