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

Commit

Permalink
Fix to non-broken deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Feb 3, 2016
1 parent aadb710 commit c6627ab
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 @@ -11,7 +11,7 @@
type GraphiQLData = { query: ?string, variables: ?Object, result?: Object };

// Current latest version of GraphiQL.
const GRAPHIQL_VERSION = '0.4.8';
const GRAPHIQL_VERSION = '0.4.9';

/**
* When express-graphql receives a request which does not Accept JSON, but does
Expand Down

0 comments on commit c6627ab

Please sign in to comment.