version bump to 1.9.0-dev (https://github.com/woocommerce/woocommerce-admin/pull/5999)
This commit is contained in:
parent
44571a0379
commit
b1ed75aa11
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/admin-library",
|
||||
"version": "1.8.0-dev",
|
||||
"version": "1.9.0-dev",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ class Package {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '1.8.0-dev';
|
||||
const VERSION = '1.9.0-dev';
|
||||
|
||||
/**
|
||||
* Package active.
|
||||
|
|
|
@ -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' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue