Skip to content

Commit

Permalink
Incremented js version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Locke committed Jan 23, 2024
1 parent e68626a commit bab4ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supersearch-frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


function supersearch_enqueue_scripts() {
wp_enqueue_script('supersearch-autocomplete', plugin_dir_url(__FILE__) . 'supersearch.js', [], '1.2.8', true);
wp_enqueue_script('supersearch-autocomplete', plugin_dir_url(__FILE__) . 'supersearch.js', [], '1.2.9', true);
wp_enqueue_script('featherlight', plugin_dir_url(__FILE__) . 'featherlight.min.js', [], '1.0', true);
}
add_action('wp_enqueue_scripts', 'supersearch_enqueue_scripts');
Expand Down

0 comments on commit bab4ef6

Please sign in to comment.