update to dev version

This commit is contained in:
Darren Ethier 2019-11-19 14:08:55 -05:00
parent 7995d56d9f
commit 688d60d9bd
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/block-library",
"version": "2.5.0-dev",
"version": "2.6.0-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "@woocommerce/block-library",
"title": "WooCommerce Blocks",
"author": "Automattic",
"version": "2.5.0",
"version": "2.6.0-dev",
"description": "WooCommerce blocks for the Gutenberg editor.",
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
"keywords": [

View File

@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
Requires at least: 5.0
Tested up to: 5.2
Requires PHP: 5.6
Stable tag: 2.5.0
Stable tag: 2.6.0-dev
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

View File

@ -78,7 +78,7 @@ class Package {
NewPackage::class,
function ( $container ) {
// leave for automated version bumping.
$version = '2.5.0';
$version = '2.6.0-dev';
return new NewPackage(
$version,
WC_BLOCKS_PLUGIN_FILE

View File

@ -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.5.0
* Version: 2.6.0-dev
* Author: Automattic
* Author URI: https://woocommerce.com
* Text Domain: woo-gutenberg-products-block