From 976370a44ceda3fd2a015fb81dbfe1bd4ee28f75 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Mon, 28 Sep 2015 14:49:38 -0700 Subject: [PATCH] Update release version, patchFrom --- scripts/admin/meteor-release-official.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/admin/meteor-release-official.json b/scripts/admin/meteor-release-official.json index 83c905a91d..53c6959945 100644 --- a/scripts/admin/meteor-release-official.json +++ b/scripts/admin/meteor-release-official.json @@ -1,7 +1,8 @@ { "track": "METEOR", - "version": "1.2.0.1", + "version": "1.2.0.2", "recommended": false, "official": true, - "description": "The Official Meteor Distribution" + "description": "The Official Meteor Distribution", + "patchFrom": ["1.2", "1.2.0.1"] }