diff --git a/functions.php b/functions.php index 8a43b2b..ddf6aed 100644 --- a/functions.php +++ b/functions.php @@ -114,10 +114,10 @@ function () { add_action( 'wp_enqueue_scripts', function () { - wp_enqueue_style( 'bathe', get_theme_file_uri( 'assets/css/main.css' ), array(), '3.0.0' ); + wp_enqueue_style( 'bathe', get_theme_file_uri( 'assets/css/main.css' ), array(), '3.0.1' ); wp_enqueue_style( 'tailwind', get_theme_file_uri( 'assets/css/tailwind.css' ), array(), '3.3.2' ); - wp_enqueue_script( 'bathe', get_theme_file_uri( 'assets/js/main.js' ), array(), '3.0.0', true ); + wp_enqueue_script( 'bathe', get_theme_file_uri( 'assets/js/main.js' ), array(), '3.0.1', true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); diff --git a/style.css b/style.css index 86a68a1..49b6304 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Kite Author URI: https://kiteretz.com/ Description: The simplest WordPress starter theme including full setup for Tailwind CSS, Sass, PostCSS, Autoprefixer, Webpack, TypeScript, Browsersync, imagemin, Prettier, stylelint, ESLint. Tags: Tailwind CSS, Sass, PostCSS, Autoprefixer, Webpack, TypeScript, Browsersync, imagemin, Prettier, stylelint, ESLint -Version: 3.0.0 +Version: 3.0.1 Text Domain: bathe License: GNU General Public License v2 or later License URI: https://github.com/ixkaito/bathe/blob/master/LICENSE