diff --git a/composer.json b/composer.json index 35a97c1..5265e19 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": "0.3.0", + "version": "1.0.0", "authors": [ { "name": "Jason Bahl", diff --git a/package.json b/package.json index 57fdd3c..0fcf6f3 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,15 @@ { "name": "wp-graphiql", - "version": "0.3.0", + "description": "This plugin provides the GraphiQL IDE as an admin page in WordPress, allowing the GraphQL WPGraphQL schema to be browsed from within WordPress.", + "author": "WPGraphQL, Digital First Media, Jason Bahl", + "homepage": "http://wpgraphql.com", + "bugs": { + "url": "https://github.com/wp-graphql/wp-graphiql/issues" + }, + "version": "1.0.0", + "private": true, "main": "Gruntfile.js", - "author": "YOUR NAME HERE", "devDependencies": { "grunt": "~0.4.5", "grunt-wp-i18n": "~0.5.0", diff --git a/wp-graphiql.php b/wp-graphiql.php index 62e31db..34b95fc 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: 0.3.0 + * Version: 1.0.0 * * @package WPGraphiql */