diff --git a/wp-content/themes/apus-theme/inc/enqueue-scripts.php b/wp-content/themes/apus-theme/inc/enqueue-scripts.php index 322ce771..9d42fc2c 100644 --- a/wp-content/themes/apus-theme/inc/enqueue-scripts.php +++ b/wp-content/themes/apus-theme/inc/enqueue-scripts.php @@ -85,7 +85,7 @@ function apus_enqueue_main_stylesheet() { 'apus-main-style', get_template_directory_uri() . '/assets/css/style.css', array('apus-variables'), - '1.0.2', // Incremented to force cache bypass after clearing all caches + '1.0.3', // Incremented again to bypass browser cache 'all' ); }