Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Update to GraphiQL 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Mar 25, 2016
1 parent 45cbbd0 commit 6366504
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 @@ -16,7 +16,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 6366504

Please sign in to comment.