Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit a2c1fc3

Browse files
committed
prep 2.5-beta2 release
1 parent 0429ced commit a2c1fc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
44
Requires at least: 5.0
55
Tested up to: 5.2
66
Requires PHP: 5.6
7-
Stable tag: 2.5.0-beta1
7+
Stable tag: 2.5.0-beta2
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

woocommerce-gutenberg-products-block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce Blocks
44
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
55
* Description: WooCommerce blocks for the Gutenberg editor.
6-
* Version: 2.5.0-beta1
6+
* Version: 2.5.0-beta2
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block
@@ -86,7 +86,7 @@ function wc_blocks_container( $reset = false ) {
8686
Automattic\WooCommerce\Blocks\Domain\Package::class,
8787
function ( $container ) {
8888
return new Automattic\WooCommerce\Blocks\Domain\Package(
89-
'2.5.0-beta1',
89+
'2.5.0-beta2',
9090
__FILE__
9191
);
9292
}

0 commit comments

Comments
 (0)