Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
version change
  • Loading branch information
gaminikhil committed Nov 23, 2024
1 parent 76d8dd9 commit 2e01da8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions price-by-user-role-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
* Plugin Name: Product Prices by User Roles for WooCommerce
* Plugin URI: https://woocommerce.com/products/product-prices-by-user-roles-for-woocommerce/
* Description: Display WooCommerce products prices by user roles.
* Version: 1.10.0
* Version: 1.11.0
* Author: Tyche Softwares
* Author URI: https://www.tychesoftwares.com/
* Text Domain: price-by-user-role-for-woocommerce
* Domain Path: /langs
* Copyright: © 2021 Tyche Softwares
* WC tested up to: 9.3.3
* WC tested up to: 9.4.2
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Requires PHP: 7.4
* WC requires at least: 5.0.0
* Tested up to: 6.6.2
* Tested up to: 6.7.1
* Requires Plugins: woocommerce
*
* @package PriceByUserRole
Expand Down Expand Up @@ -64,7 +64,7 @@ final class Alg_WC_Price_By_User_Role {
* @var string
* @since 1.0.0
*/
public $version = '1.10.0';
public $version = '1.11.0';

/**
* Instance variable
Expand Down

0 comments on commit 2e01da8

Please sign in to comment.