diff --git a/bower.json b/bower.json index 925502d..69c61cb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.2", + "version": "0.4.3", "homepage": "http://understrap.com", "authors": [ "Holger Koenemann " @@ -32,6 +32,6 @@ "tether": "~1.3.1" }, "_source": "https://github.com/holger1411/understrap.git", - "_target": "~0.4.2", + "_target": "~0.4.3", "_originalSource": "understrap" } diff --git a/inc/enqueue.php b/inc/enqueue.php index 13960a0..32a3e50 100644 --- a/inc/enqueue.php +++ b/inc/enqueue.php @@ -6,9 +6,9 @@ */ function understrap_scripts() { - wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.2'); + wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.3'); wp_enqueue_script('jquery'); - wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.2', true ); + wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.3', true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); diff --git a/package.json b/package.json index 49e8895..7c12d62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.2", + "version": "0.4.3", "description": "Wordpress Theme framework", "main": "index.js", "scripts": { diff --git a/style.css b/style.css index 2f18670..c6cba1d 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Holger Koenemann Author URI: http://www.holgerkoenemann.de Description: Combination of AutomatticĀ“s _s theme and Bootstrap SASS. Made as a solid starting point for your next theme project and WordPress website. Including Font Awesome support, build-in widget slider and much more you need for basic websites. A developer version (with Gulp/node and SASS sources) is available on github: https://github.com/holger1411/understrap -Version: 0.4.2 +Version: 0.4.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: understrap