mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-08-18 10:21:16 +08:00
Prep trunk for 10.2 cycle (#59858)
Prep trunk for 10.2 cycle with version bump to 10.2.0-dev Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
This commit is contained in:
parent
1d33249c4f
commit
5ae711400d
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "woocommerce/woocommerce",
|
||||
"description": "An eCommerce toolkit that helps you sell anything. Beautifully.",
|
||||
"homepage": "https://woocommerce.com/",
|
||||
"version": "10.1.0",
|
||||
"version": "10.2.0",
|
||||
"type": "wordpress-plugin",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"prefer-stable": true,
|
||||
|
|
|
@ -44,7 +44,7 @@ final class WooCommerce {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public $version = '10.1.0';
|
||||
public $version = '10.2.0';
|
||||
|
||||
/**
|
||||
* WooCommerce Schema version.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@woocommerce/plugin-woocommerce",
|
||||
"private": true,
|
||||
"title": "WooCommerce",
|
||||
"version": "10.1.0",
|
||||
"version": "10.2.0",
|
||||
"homepage": "https://woocommerce.com/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -169,6 +169,6 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 10.1.0 2025-XX-XX =
|
||||
= 10.2.0 2025-XX-XX =
|
||||
|
||||
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce
|
||||
* Plugin URI: https://woocommerce.com/
|
||||
* Description: An ecommerce toolkit that helps you sell anything. Beautifully.
|
||||
* Version: 10.1.0-dev
|
||||
* Version: 10.2.0-dev
|
||||
* Author: Automattic
|
||||
* Author URI: https://woocommerce.com
|
||||
* Text Domain: woocommerce
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue