From cb8e4cb1bec9ac5ea604dbc844c2f8f9913cd2c1 Mon Sep 17 00:00:00 2001 From: Dave Pack <dave@expo.io> Date: Wed, 18 Oct 2017 21:55:02 +0000 Subject: [PATCH] bump versions fbshipit-source-id: 5676185 --- app/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/package.json b/app/package.json index dd012b5a..4fe7147a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "xde", "productName": "Expo XDE", - "version": "2.20.1", + "version": "2.21.0", "description": "The Expo Development Environment", "repository": { "type": "git", @@ -57,6 +57,6 @@ "runas": "^3.1.1", "source-map-support": "^0.4.6", "tree-kill": "^1.1.0", - "xdl": "44.0.2" + "xdl": "46.0.0" } -} \ No newline at end of file +}