From 3f9e08cbbbbb751ec29c0eef3c94979336eb606b Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Wed, 15 May 2013 15:06:51 -0700 Subject: [PATCH] 0.6.3.1 --- scripts/admin/banner.txt | 8 +------- scripts/admin/notices.json | 3 +++ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/scripts/admin/banner.txt b/scripts/admin/banner.txt index d57435b6fd..0ee2d5c306 100644 --- a/scripts/admin/banner.txt +++ b/scripts/admin/banner.txt @@ -1,7 +1 @@ -=> Meteor 0.6.3 released: Default to WebSockets in modern browsers, new - `check` API to validate untrusted input, synthetic `tap` events, - update to MongoDB 2.4, and more. See - https://github.com/meteor/meteor/blob/devel/History.md for details. - - This is being downloaded in the background. Update your project - to Meteor 0.6.3 by running 'meteor update'. +=> Meteor 0.6.3.1: Small fix to 'client/compatibility' from 0.6.3 diff --git a/scripts/admin/notices.json b/scripts/admin/notices.json index 1f7eada8dc..5b726dfaad 100644 --- a/scripts/admin/notices.json +++ b/scripts/admin/notices.json @@ -34,6 +34,9 @@ "are now thrown rather than passed in `result.error`."] } }, + { + "release": "0.6.3.1" + }, { "release": "NEXT" }