Version update to 0.4.3

This commit is contained in:
Holger Könemann 2016-05-06 17:54:56 +02:00
parent 862fd60b64
commit 21faea2f50
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "0.4.2",
"version": "0.4.3",
"homepage": "http://understrap.com",
"authors": [
"Holger Koenemann <office@holgerkoenemann.de>"
@ -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"
}

View File

@ -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' );

View File

@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "0.4.2",
"version": "0.4.3",
"description": "Wordpress Theme framework",
"main": "index.js",
"scripts": {

View File

@ -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