This commit is contained in:
Paul Sealock 2021-01-08 08:41:29 +13:00 committed by GitHub
parent 44571a0379
commit b1ed75aa11
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "woocommerce/woocommerce-admin",
"version": "1.8.0-dev",
"version": "1.9.0-dev",
"description": "A modern, javascript-driven WooCommerce Admin experience.",
"homepage": "https://github.com/woocommerce/woocommerce-admin",
"type": "wordpress-plugin",

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/admin-library",
"version": "1.8.0-dev",
"version": "1.9.0-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/admin-library",
"version": "1.8.0-dev",
"version": "1.9.0-dev",
"homepage": "https://woocommerce.github.io/woocommerce-admin/",
"repository": {
"type": "git",

View File

@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, store, sales, reports, analytics, dashboard, activi
Requires at least: 5.4.0
Tested up to: 5.6.0
Requires PHP: 5.6.20
Stable tag: 1.8.0-dev
Stable tag: 1.9.0-dev
License: GPLv3
License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt

View File

@ -24,7 +24,7 @@ class Package {
*
* @var string
*/
const VERSION = '1.8.0-dev';
const VERSION = '1.9.0-dev';
/**
* Package active.

View File

@ -153,7 +153,7 @@ class FeaturePlugin {
$this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
// WARNING: Do not directly edit this version number constant.
// It is updated as part of the prebuild process from the package.json value.
$this->define( 'WC_ADMIN_VERSION_NUMBER', '1.8.0-dev' );
$this->define( 'WC_ADMIN_VERSION_NUMBER', '1.9.0-dev' );
}
/**

View File

@ -7,7 +7,7 @@
* Author URI: https://woocommerce.com/
* Text Domain: woocommerce-admin
* Domain Path: /languages
* Version: 1.8.0-dev
* Version: 1.9.0-dev
* Requires at least: 5.3
* Requires PHP: 5.6.20
*