Update GraphiQL version to 0.9.1

This commit is contained in:
Geordie 2017-01-31 15:40:57 +01:00 committed by GitHub
parent 1dddc1f891
commit 063af7a069

View file

@ -28,7 +28,7 @@ export type GraphiQLData = {
};
// Current latest version of GraphiQL.
const GRAPHIQL_VERSION = '0.8.0';
const GRAPHIQL_VERSION = '0.9.1';
// Ensures string values are safe to be used within a <script> tag.
// TODO: I don't think that's the right escape function