Skip to content

Commit

Permalink
open 5.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloso committed Sep 7, 2024
1 parent 1eb6f68 commit 6ba747a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://github.com/GatoGraphQL/hello-dolly-schema",
"require": {
"php": "^8.1",
"pop-schema/schema-commons": "^5.0"
"pop-schema/schema-commons": "^5.1"
},
"require-dev": {
"johnpbloch/wordpress": "^6.6",
Expand Down Expand Up @@ -44,7 +44,7 @@
"extra": {
"wordpress-install-dir": "vendor/wordpress/wordpress",
"branch-alias": {
"dev-main": "5.0-dev"
"dev-main": "5.1-dev"
}
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions layers/GatoGraphQLForWP/plugins/hello-dolly/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"homepage": "https://github.com/GatoGraphQL/hello-dolly",
"require": {
"php": "^8.1",
"my-company-for-gatographql/hello-dolly-schema": "^5.0"
"my-company-for-gatographql/hello-dolly-schema": "^5.1"
},
"require-dev": {
"johnpbloch/wordpress": "^6.6",
Expand Down Expand Up @@ -196,7 +196,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
"dev-main": "5.1-dev"
}
},
"config": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Gato GraphQL - Hello Dolly
Plugin URI:
Description: Integration of plugin Hello Dolly with Gato GraphQL
Version: 5.0.0
Version: 5.1.0-dev
Requires at least: 6.1
Requires PHP: 8.1
Author: My Company
Expand Down Expand Up @@ -50,7 +50,7 @@ function (): void {
*
* @gatographql-readonly-code
*/
$extensionVersion = '5.0.0';
$extensionVersion = '5.1.0-dev';
$extensionName = \__('Gato GraphQL - Hello Dolly', 'gatographql-hello-dolly');
/**
* @gatographql-extension-info
Expand Down
2 changes: 1 addition & 1 deletion src/Monorepo/MonorepoMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class MonorepoMetadata
*
* @gatographql-readonly-code
*/
final public const VERSION = '5.0.0';
final public const VERSION = '5.1.0-dev';

/**
* @gatographql-project-info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://github.com/GatoGraphQL/extension-template-schema",
"require": {
"php": "^8.1",
"pop-schema/schema-commons": "^5.0"
"pop-schema/schema-commons": "^5.1"
},
"require-dev": {
"johnpbloch/wordpress": "^6.6",
Expand Down

0 comments on commit 6ba747a

Please sign in to comment.