From 37ac576055b7f03fcf6c2e385b908b890fe3de97 Mon Sep 17 00:00:00 2001 From: Mike Wilcox Date: Tue, 27 Oct 2015 19:15:29 -0400 Subject: [PATCH] Update GraphiQL cdn version Was fiddling around in chrome dev tools while using the graphqlHTTP module and noticed that the cdn version was not the latest. So this PR will bring it up to date. --- src/renderGraphiQL.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderGraphiQL.js b/src/renderGraphiQL.js index 566a2316..f750bb67 100644 --- a/src/renderGraphiQL.js +++ b/src/renderGraphiQL.js @@ -11,7 +11,7 @@ type GraphiQLData = { query: ?string, variables: ?Object, result?: Object }; // Current latest version of GraphiQL. -var GRAPHIQL_VERSION = '0.2.4'; +var GRAPHIQL_VERSION = '0.3.1'; /** * When express-graphql receives a request which does not Accept JSON, but does