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

Commit ec8c8fe

Browse files
committed
update version for beta release of 2.5
1 parent 1547e9e commit ec8c8fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@woocommerce/block-library",
33
"title": "WooCommerce Blocks",
44
"author": "Automattic",
5-
"version": "2.5.0-dev",
5+
"version": "2.5.0-beta1",
66
"description": "WooCommerce blocks for the Gutenberg editor.",
77
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
88
"keywords": [

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-dev
6+
* Version: 2.5.0-beta1
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-dev',
89+
'2.5.0-beta1',
9090
__FILE__
9191
);
9292
}

0 commit comments

Comments
 (0)