Skip to content

Commit 2a149ae

Browse files
committed
avoid style cache / changing style version
1 parent 69115d6 commit 2a149ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/cc-commoners/functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function cc_commoners_widgets () {
3535
add_action( 'widgets_init', 'cc_commoners_widgets', 11 );
3636

3737
function cc_commoners_theme_scripts () {
38-
$style_version = '2.0.3';
38+
$style_version = '2.0.4';
3939
$script_version = '1.0.0';
4040

4141
wp_enqueue_script(

0 commit comments

Comments
 (0)