Skip to content

Commit

Permalink
Up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Sep 12, 2024
1 parent 11a25a3 commit 8dcefda
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.4.1
* Version: 1.4.2
* Requires at least: 6.0
* Tested up to: 6.6
* Requires PHP: 8.0
Expand Down Expand Up @@ -33,7 +33,7 @@
return;
}

define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.1' );
define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.2' );
define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' );

// Analytics related configs.
Expand Down

0 comments on commit 8dcefda

Please sign in to comment.