Skip to content

Commit 8dcefda

Browse files
committed
Up the version
1 parent 11a25a3 commit 8dcefda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vip-block-data-api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Access Gutenberg block data in JSON via the REST API.
66
* Author: WordPress VIP
77
* Text Domain: vip-block-data-api
8-
* Version: 1.4.1
8+
* Version: 1.4.2
99
* Requires at least: 6.0
1010
* Tested up to: 6.6
1111
* Requires PHP: 8.0
@@ -33,7 +33,7 @@
3333
return;
3434
}
3535

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

3939
// Analytics related configs.

0 commit comments

Comments
 (0)