diff --git a/composer.json b/composer.json index 5265e19..23e2bdf 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "GraphiQL IDE in the WP-Admin. Works with the WPGraphQL plugin. https://github.com/wp-graphql/wp-graphql", "type": "wordpress-plugin", "license": "GPL-3.0+", - "version": "1.0.0", + "version": "1.0.1", "authors": [ { "name": "Jason Bahl", diff --git a/wp-graphiql.php b/wp-graphiql.php index 34b95fc..cecf8a2 100644 --- a/wp-graphiql.php +++ b/wp-graphiql.php @@ -8,7 +8,7 @@ * Author URI: http://wpgraphql.com * Text Domain: wp-graphiql * Domain Path: /languages - * Version: 1.0.0 + * Version: 1.0.1 * * @package WPGraphiql */