Skip to content

Commit

Permalink
'WPPCD_VERSION', '1.2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Dec 3, 2021
1 parent e76cada commit 073e87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

if ( !defined( 'WPPCD_VERSION' ) ) {
define( 'WPPCD_VERSION', '1.2.0.0');
define( 'WPPCD_VERSION', '1.2.0.1');
}
if( !defined( 'WPPCD_CAPABILITY' ) ){
$wppcd_addons_capability = apply_filters( 'wppcd_addons_menu_capability', 'manage_woocommerce' );
Expand Down

0 comments on commit 073e87b

Please sign in to comment.