Skip to content

Commit 1dea106

Browse files
authored
v0.14.0 (#491)
1 parent 35df436 commit 1dea106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

remote-data-blocks.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: WPVIP
88
* Author URI: https://wpvip.com
99
* Text Domain: remote-data-blocks
10-
* Version: 0.13.0
10+
* Version: 0.14.0
1111
* Requires at least: 6.7
1212
* Requires PHP: 8.1
1313
*/
@@ -24,7 +24,7 @@
2424
define( 'REMOTE_DATA_BLOCKS__LOADED', true );
2525
define( 'REMOTE_DATA_BLOCKS__PLUGIN_ROOT', __FILE__ );
2626
define( 'REMOTE_DATA_BLOCKS__PLUGIN_DIRECTORY', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
27-
define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.13.0' );
27+
define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.14.0' );
2828

2929
define( 'REMOTE_DATA_BLOCKS__REST_NAMESPACE', 'remote-data-blocks/v1' );
3030

0 commit comments

Comments
 (0)