Skip to content

Commit

Permalink
Updated versions on script loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed Nov 20, 2024
1 parent 9b6c4fb commit d085257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -624,15 +624,15 @@ function enqueue_accordion_frontend()
'simpletoc-accordion',
plugin_dir_url(__FILE__) . 'assets/accordion.js',
array(),
'6.6.0',
'6.6.1',
true
);

wp_enqueue_style(
'simpletoc-accordion',
plugin_dir_url(__FILE__) . 'assets/accordion.css',
array(),
'6.6.0'
'6.6.1'
);
}

Expand Down

0 comments on commit d085257

Please sign in to comment.