diff --git a/wp-graphql-polylang.php b/wp-graphql-polylang.php index 948d8e0..2ddae63 100644 --- a/wp-graphql-polylang.php +++ b/wp-graphql-polylang.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/valu-digital/wp-graphql-polylang * Description: Exposes Polylang languages and translations in the GraphQL schema * Author: Esa-Matti Suuronen, Valu Digital Oy - * Version: 0.2.1 + * Version: 0.3.0 * Author URI: https://valu.fi/ * * @package wp-graphql-polylang @@ -16,4 +16,4 @@ require_once __DIR__ . '/vendor/autoload.php'; } -\WPGraphQL\Extensions\Polylang\Loader::init(); \ No newline at end of file +\WPGraphQL\Extensions\Polylang\Loader::init();