From 8baa97271f117bf06e3dd2e695e526965e4e7967 Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Tue, 30 Sep 2014 23:29:01 -0700 Subject: [PATCH] Revert manifest back to 0.9.2.2. `meteor update` from pre-0.9.0 releases doesn't work. https://app.asana.com/0/10625030117321/16975437854916 --- scripts/admin/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/admin/manifest.json b/scripts/admin/manifest.json index c0fa6a2f02..627a12587c 100644 --- a/scripts/admin/manifest.json +++ b/scripts/admin/manifest.json @@ -1,7 +1,7 @@ { "releases": { "stable": { - "version": "0.9.3.1", + "version": "0.9.2.2", "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" } }