From e5862e85327ce2c5c30f32443468c19ffaeede6b Mon Sep 17 00:00:00 2001 From: Dwayne Bent Date: Thu, 31 Mar 2016 07:34:59 -0400 Subject: [PATCH] Update builds.json Remove platform-specific mappings. Add a `builds` key in case we need to add additional metadata in the future. --- builds.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/builds.json b/builds.json index 19e5988321..155577ae33 100644 --- a/builds.json +++ b/builds.json @@ -1,7 +1,6 @@ { - "linux": { }, - "macos": { }, - "windows": { - "01172": "1.1.0" + "builds": { + "1172": "1.1.0.1172", + "1174": "1.1.0.1174" } }