Skip to content

Commit

Permalink
Update to GraphiQL 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Mar 25, 2016
1 parent a5c6ddb commit b199f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderGraphiQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type GraphiQLData = {
};

// Current latest version of GraphiQL.
const GRAPHIQL_VERSION = '0.6.5';
const GRAPHIQL_VERSION = '0.6.6';

// Ensures string values are save to be used within a <script> tag.
function safeSerialize(data) {
Expand Down

0 comments on commit b199f7d

Please sign in to comment.