Skip to content

Commit

Permalink
v0.3.1 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekharnwagh authored Nov 21, 2024
1 parent 45a1696 commit 91d7e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remote-data-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: WPVIP
* Author URI: https://wpvip.com
* Text Domain: remote-data-blocks
* Version: 0.3.0
* Version: 0.3.1
* Requires at least: 6.7
* Requires PHP: 8.1
*/
Expand All @@ -18,7 +18,7 @@

define( 'REMOTE_DATA_BLOCKS__PLUGIN_ROOT', __FILE__ );
define( 'REMOTE_DATA_BLOCKS__PLUGIN_DIRECTORY', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.3.0' );
define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.3.1' );

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

Expand Down

0 comments on commit 91d7e1c

Please sign in to comment.