Skip to content

Commit fe8c994

Browse files
Fixing version.
1 parent d61a4d6 commit fe8c994

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
@@ -640,15 +640,15 @@ function enqueue_accordion_frontend()
640640
'simpletoc-accordion',
641641
plugin_dir_url(__FILE__) . 'assets/accordion.js',
642642
array(),
643-
'6.6.0',
643+
'6.6.1',
644644
true
645645
);
646646

647647
wp_enqueue_style(
648648
'simpletoc-accordion',
649649
plugin_dir_url(__FILE__) . 'assets/accordion.css',
650650
array(),
651-
'6.6.0'
651+
'6.6.1'
652652
);
653653
}
654654

0 commit comments

Comments
 (0)