diff --git a/header.php b/header.php index 8fa6003..b936b0d 100644 --- a/header.php +++ b/header.php @@ -40,10 +40,10 @@ diff --git a/inc/enqueue.php b/inc/enqueue.php index da5e629..b2e57af 100644 --- a/inc/enqueue.php +++ b/inc/enqueue.php @@ -6,7 +6,7 @@ */ function understrap_scripts() { - wp_enqueue_style( 'understrap-theme', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.2.8', false ); + wp_enqueue_style( 'understrap-theme', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.3.7', false ); wp_enqueue_script('jquery'); wp_enqueue_script( 'understrap-navigation', get_template_directory_uri() . '/js/bootstrap.min.js', array(), '20120206', true );