Skip to content

Commit 137a890

Browse files
committed
bump version number
1 parent 75e9951 commit 137a890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wp-graphql-mb-relationships.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
* Description: WP GraphQL provider for MB Relationships
77
* Author: hsimah
88
* Author URI: http://www.hsimah.com
9-
* Version: 0.3.0
9+
* Version: 0.4.0
1010
* Text Domain: wpgraphql-mb-relationships
1111
* License: GPL-3
1212
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313
*
1414
* @package WPGraphQL_MB_Relationships
1515
* @author hsimah
16-
* @version 0.3.0
16+
* @version 0.4.0
1717
*/
1818

1919
// Exit if accessed directly.
@@ -26,7 +26,7 @@
2626
add_action('admin_init', function () {
2727
$min_versions = [
2828
'wpgraphql' => '0.8.1',
29-
'metabox' => '5.2.10',
29+
'metabox' => '1.10.3',
3030
];
3131

3232
if (

0 commit comments

Comments
 (0)