Bump to dev version (https://github.com/woocommerce/woocommerce-blocks/pull/564)
This commit is contained in:
parent
b6daddd0f5
commit
1ea00a7fb1
|
@ -2,7 +2,7 @@
|
|||
"name": "@woocommerce/block-library",
|
||||
"title": "WooCommerce Blocks",
|
||||
"author": "Automattic",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0-dev",
|
||||
"description": "WooCommerce blocks for the Gutenberg editor.",
|
||||
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
|
||||
"keywords": [
|
||||
|
|
|
@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products
|
|||
Requires at least: 5.0
|
||||
Tested up to: 5.2
|
||||
Requires PHP: 5.2
|
||||
Stable tag: 2.0.1
|
||||
Stable tag: 2.1.0
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce Blocks
|
||||
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
|
||||
* Description: WooCommerce blocks for the Gutenberg editor.
|
||||
* Version: 2.1.0
|
||||
* Version: 2.2.0-dev
|
||||
* Author: Automattic
|
||||
* Author URI: https://woocommerce.com
|
||||
* Text Domain: woo-gutenberg-products-block
|
||||
|
@ -15,7 +15,7 @@
|
|||
|
||||
defined( 'ABSPATH' ) || die();
|
||||
|
||||
define( 'WGPB_VERSION', '2.1.0' );
|
||||
define( 'WGPB_VERSION', '2.2.0-dev' );
|
||||
define( 'WGPB_PLUGIN_FILE', __FILE__ );
|
||||
define( 'WGPB_ABSPATH', dirname( WGPB_PLUGIN_FILE ) . '/' );
|
||||
|
||||
|
|
Loading…
Reference in New Issue