Prep release/9.2 for 9.2 cycle (#50921)
Prep release/9.2 for 9.2 cycle with version bump to 9.2.3
This commit is contained in:
parent
0143d67fa4
commit
08f3ceb915
|
@ -2,7 +2,7 @@
|
|||
"name": "woocommerce/woocommerce",
|
||||
"description": "An eCommerce toolkit that helps you sell anything. Beautifully.",
|
||||
"homepage": "https://woocommerce.com/",
|
||||
"version": "9.2.2",
|
||||
"version": "9.2.3",
|
||||
"type": "wordpress-plugin",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"prefer-stable": true,
|
||||
|
|
|
@ -43,7 +43,7 @@ final class WooCommerce {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public $version = '9.2.2';
|
||||
public $version = '9.2.3';
|
||||
|
||||
/**
|
||||
* WooCommerce Schema version.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@woocommerce/plugin-woocommerce",
|
||||
"private": true,
|
||||
"title": "WooCommerce",
|
||||
"version": "9.2.2",
|
||||
"version": "9.2.3",
|
||||
"homepage": "https://woocommerce.com/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce
|
||||
* Plugin URI: https://woocommerce.com/
|
||||
* Description: An ecommerce toolkit that helps you sell anything. Beautifully.
|
||||
* Version: 9.2.2
|
||||
* Version: 9.2.3
|
||||
* Author: Automattic
|
||||
* Author URI: https://woocommerce.com
|
||||
* Text Domain: woocommerce
|
||||
|
|
Loading…
Reference in New Issue