Skip to content

Commit d085257

Browse files
committed
Updated versions on script loading
1 parent 9b6c4fb commit d085257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,15 +624,15 @@ function enqueue_accordion_frontend()
624624
'simpletoc-accordion',
625625
plugin_dir_url(__FILE__) . 'assets/accordion.js',
626626
array(),
627-
'6.6.0',
627+
'6.6.1',
628628
true
629629
);
630630

631631
wp_enqueue_style(
632632
'simpletoc-accordion',
633633
plugin_dir_url(__FILE__) . 'assets/accordion.css',
634634
array(),
635-
'6.6.0'
635+
'6.6.1'
636636
);
637637
}
638638

0 commit comments

Comments
 (0)