Skip to content

Commit

Permalink
Renames JS file to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrerahector committed Jul 12, 2020
1 parent c1cf04c commit 907c149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Front/Front.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function enqueue_assets()
}

// Enqueue WPP's library.
wp_enqueue_script('wpp-js', plugin_dir_url(dirname(dirname(__FILE__))) . 'assets/js/wpp-5.2.0.min.js', [], WPP_VERSION, false);
wp_enqueue_script('wpp-js', plugin_dir_url(dirname(dirname(__FILE__))) . 'assets/js/wpp-5.2.1.min.js', [], WPP_VERSION, false);
}

/**
Expand Down

0 comments on commit 907c149

Please sign in to comment.