Skip to content

Commit

Permalink
fix version in constant
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskoczilova committed Jan 5, 2024
1 parent 19313d2 commit 01b1b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woolab-ic-dic.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
define( 'WOOLAB_IC_DIC_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
define( 'WOOLAB_IC_DIC_ABSPATH', dirname( __FILE__ ) . '/' );
define( 'WOOLAB_IC_DIC_URL', plugin_dir_url( __FILE__ ) );
define( 'WOOLAB_IC_DIC_VERSION', '1.7.5' );
define( 'WOOLAB_IC_DIC_VERSION', '1.8.0' );

// Check if WooCommerce active
function woolab_icdic_init() {
Expand Down

0 comments on commit 01b1b1b

Please sign in to comment.