diff --git a/docs/.meteor/.finished-upgraders b/docs/.meteor/.finished-upgraders index 47bce205e9..ee0ed5a316 100644 --- a/docs/.meteor/.finished-upgraders +++ b/docs/.meteor/.finished-upgraders @@ -3,3 +3,4 @@ # with your project. notices-for-0.9.0 +notices-for-0.9.1 diff --git a/docs/.meteor/release b/docs/.meteor/release index d981cdb062..8f6f45d174 100644 --- a/docs/.meteor/release +++ b/docs/.meteor/release @@ -1 +1 @@ -METEOR@0.9.1-rc3 +METEOR@0.9.1.1 diff --git a/docs/.meteor/versions b/docs/.meteor/versions index 23d23856e9..c38d25596f 100644 --- a/docs/.meteor/versions +++ b/docs/.meteor/versions @@ -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 diff --git a/docs/client/docs.js b/docs/client/docs.js index d027fa063d..900d9d9f0d 100644 --- a/docs/client/docs.js +++ b/docs/client/docs.js @@ -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 () { diff --git a/scripts/admin/banners.json b/scripts/admin/banners.json index 4fda75bd8a..1355195c6a 100644 --- a/scripts/admin/banners.json +++ b/scripts/admin/banners.json @@ -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'." } } ] diff --git a/scripts/admin/manifest.json b/scripts/admin/manifest.json index 92d8bbb80f..bc79ad53f5 100644 --- a/scripts/admin/manifest.json +++ b/scripts/admin/manifest.json @@ -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 ', 'meteor publish', and 'meteor search '.\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" } }