Skip to content

Commit

Permalink
Merge pull request #34 from Automattic/planned-release/1.0.1
Browse files Browse the repository at this point in the history
Bump plugin version to 1.0.1
  • Loading branch information
alecgeatches authored Jun 9, 2023
2 parents cdcbc1f + 5b146d4 commit f181a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vip-block-data-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Access Gutenberg block data in JSON via the REST API.
* Author: WordPress VIP
* Text Domain: vip-block-data-api
* Version: 1.0.0
* Version: 1.0.1
* Requires at least: 5.6.0
* Tested up to: 6.1.0
* Requires PHP: 7.4
Expand All @@ -20,7 +20,7 @@
if ( ! defined( 'VIP_BLOCK_DATA_API_LOADED' ) ) {
define( 'VIP_BLOCK_DATA_API_LOADED', true );

define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.0.0' );
define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.0.1' );
define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' );

// Composer dependencies
Expand Down

0 comments on commit f181a37

Please sign in to comment.