Skip to content

Commit ad7eeed

Browse files
authored
v0.2.2 (#162)
1 parent f9017a5 commit ad7eeed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

remote-data-blocks.php

Lines changed: 2 additions & 2 deletions
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.2.1
10+
* Version: 0.2.2
1111
* Requires at least: 6.6
1212
* Requires PHP: 8.1
1313
*/
@@ -18,7 +18,7 @@
1818

1919
define( 'REMOTE_DATA_BLOCKS__PLUGIN_ROOT', __FILE__ );
2020
define( 'REMOTE_DATA_BLOCKS__PLUGIN_DIRECTORY', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
21-
define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.2.1' );
21+
define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.2.2' );
2222

2323
define( 'REMOTE_DATA_BLOCKS__REST_NAMESPACE', 'remote-data-blocks/v1' );
2424

0 commit comments

Comments
 (0)