A bunch more file updates for 0.9.1.1

This commit is contained in:
Avital Oliver
2014-09-06 17:14:07 -07:00
parent 3b1651b82b
commit 9db3ec88d7
6 changed files with 35 additions and 33 deletions

View File

@@ -3,3 +3,4 @@
# with your project.
notices-for-0.9.0
notices-for-0.9.1

View File

@@ -1 +1 @@
METEOR@0.9.1-rc3
METEOR@0.9.1.1

View File

@@ -1,18 +1,19 @@
appcache@1.0.0
application-configuration@1.0.1-rc0
autoupdate@1.0.6-rc1
application-configuration@1.0.1
autoupdate@1.0.6
binary-heap@1.0.0
blaze-tools@1.0.0
blaze@2.0.0-rc1
blaze@2.0.0
callback-hook@1.0.0
check@1.0.0
code-prettify@1.0.0
coffeescript@1.0.2
ctl-helper@1.0.3-rc0
ctl@1.0.1-rc0
ddp@1.0.8-rc0
ejson@1.0.1-rc0
follower-livedata@1.0.1-rc0
ctl-helper@1.0.3
ctl@1.0.1
ddp@1.0.8
deps@1.0.3
ejson@1.0.1
follower-livedata@1.0.1
geojson-utils@1.0.0
html-tools@1.0.0
htmljs@1.0.0
@@ -20,29 +21,31 @@ id-map@1.0.0
jquery-waypoints@1.0.0
jquery@1.0.0
json@1.0.0
less@1.0.7-rc0
less@1.0.7
livedata@1.0.9
logging@1.0.2
meteor-platform@1.0.1-rc1
meteor@1.0.3-rc1
meteor-platform@1.0.2
meteor@1.0.3
minifiers@1.0.2
minimongo@1.0.2-rc1
mongo@1.0.4-rc0
observe-sequence@1.0.2-rc0
minimongo@1.0.2
mongo@1.0.4
observe-sequence@1.0.2
ordered-dict@1.0.0
random@1.0.0
reactive-dict@1.0.1-rc1
reactive-var@1.0.1-rc0
reactive-dict@1.0.2
reactive-var@1.0.1
reload-safetybelt@1.0.0
reload@1.0.1-rc0
reload@1.0.1
retry@1.0.0
routepolicy@1.0.0
session@1.0.1-rc0
showdown@1.0.1-rc0
spacebars-compiler@1.0.2-rc0
spacebars@1.0.1-rc1
spiderable@1.0.3-rc0
standard-app-packages@1.0.1-rc0
templating@1.0.5-rc2
tracker@1.0.2-rc1
session@1.0.1
showdown@1.0.1
spacebars-compiler@1.0.2
spacebars@1.0.1
spiderable@1.0.3
standard-app-packages@1.0.1
templating@1.0.5
tracker@1.0.2
ui@1.0.2
underscore@1.0.0
webapp@1.0.3-rc0
webapp@1.0.3

View File

@@ -1,5 +1,5 @@
Template.headline.release = function () {
return Meteor.release ? "0.9.1-rc3" : "(checkout)";
return Meteor.release ? "0.9.1.1" : "(checkout)";
};
Meteor.startup(function () {

View File

@@ -3,15 +3,13 @@
{
"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'."
"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'."
"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'."
}
}
]

View File

@@ -1,7 +1,7 @@
{
"releases": {
"stable": {
"version": "0.9.0.1",
"version": "0.9.1.1",
"banner": "=> Meteor 0.9.0: Introducing the official Meteor package system,\n including Isobuild and the Meteor Package Server!\n\n Starting in 0.9.0, you can publish your own packages and use any of\n the over 1800 community packages in your app, without needing an\n external tool such as Meteorite. Just use commands like 'meteor add\n <packagename>', 'meteor publish', and 'meteor search <query>'.\n\n This release is being downloaded in the background. It's a big\n change! Once it's done downloading, then the next time you run\n 'meteor', your Meteor install will be automatically upgraded to the\n new system. The upgrade will take a few minutes and as part of it\n old versions of Meteor will be removed from your machine. These old\n versions will be automatically redownloaded using the new system if\n you work on apps that use them.\n"
}
}