From d093a8e00ffa040d1dcd68378a50a023a3f37f35 Mon Sep 17 00:00:00 2001 From: Corey McKrill <916023+coreymckrill@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:36:21 -0700 Subject: [PATCH] Bump version to 1.2.0 --- changelog.txt | 2 +- package-lock.json | 4 ++-- package.json | 2 +- wc-smooth-generator.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index ddaa0ab..e456a17 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** Changelog *** -= 1.2.0 - xxxx-xx-xx = += 1.2.0 - 2024-07-12 = * Add - --country and --type arguments for the `generate customers` command. * Add - customer generator attempts to localize data based on the specified country. * Add - orders will now include order attribution meta data. diff --git a/package-lock.json b/package-lock.json index ebf6c89..6e80a35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wc-smooth-generator", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wc-smooth-generator", - "version": "1.1.0", + "version": "1.2.0", "license": "GPL-3.0+", "devDependencies": { "husky": "^8.0.0" diff --git a/package.json b/package.json index 4d18615..d0ed6f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wc-smooth-generator", "title": "WooCommerce Smooth Generator", - "version": "1.1.0", + "version": "1.2.0", "homepage": "https://github.com/woocommerce/wc-smooth-generator", "repository": { "type": "git", diff --git a/wc-smooth-generator.php b/wc-smooth-generator.php index 6d72511..88d783d 100644 --- a/wc-smooth-generator.php +++ b/wc-smooth-generator.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Smooth Generator * Plugin URI: https://woocommerce.com * Description: A smooth product, order, customer, and coupon generator for WooCommerce. - * Version: 1.1.0 + * Version: 1.2.0 * Author: Automattic * Author URI: https://woocommerce.com *