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

Commit ca9f7f4

Browse files
committed
Bumping version strings to new version.
1 parent b547aab commit ca9f7f4

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.10.0-dev",
5+
"version": "3.0.0",
66
"description": "WooCommerce blocks for the Gutenberg editor.",
77
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
88
"keywords": [

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.2
55
Tested up to: 5.4
66
Requires PHP: 5.6
7-
Stable tag: 2.10.0-dev
7+
Stable tag: 3.0.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

src/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public static function container( $reset = false ) {
101101
NewPackage::class,
102102
function ( $container ) {
103103
// leave for automated version bumping.
104-
$version = '2.10.0-dev';
104+
$version = '3.0.0';
105105
return new NewPackage(
106106
$version,
107107
dirname( __DIR__ )

src/Payments/Integrations/BankTransfer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Bank Transfer (BACS) (core) gateway implementation.
44
*
55
* @package WooCommerce/Blocks
6-
* @since $VID:$
6+
* @since 3.0.0
77
*/
88

99
namespace Automattic\WooCommerce\Blocks\Payments\Integrations;
@@ -13,7 +13,7 @@
1313
/**
1414
* Bank Transfer (BACS) payment method integration
1515
*
16-
* @since $VID:$
16+
* @since 3.0.0
1717
*/
1818
final class BankTransfer extends AbstractPaymentMethodType {
1919
/**

src/Payments/Integrations/CashOnDelivery.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Cash on Delivery (COD) (core) gateway implementation.
44
*
55
* @package WooCommerce/Blocks
6-
* @since $VID:$
6+
* @since 3.0.0
77
*/
88

99
namespace Automattic\WooCommerce\Blocks\Payments\Integrations;
@@ -13,7 +13,7 @@
1313
/**
1414
* Cash on Delivery (COD) payment method integration
1515
*
16-
* @since $VID:$
16+
* @since 3.0.0
1717
*/
1818
final class CashOnDelivery extends AbstractPaymentMethodType {
1919
/**

woocommerce-gutenberg-products-block.php

Lines changed: 1 addition & 1 deletion
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.10.0-dev
6+
* Version: 3.0.0
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block

0 commit comments

Comments
 (0)