From 8243659eaa104f2c88c1060dc2a31d6d3ad36f7c Mon Sep 17 00:00:00 2001 From: Piotr Kierzniewski Date: Wed, 6 Nov 2019 13:25:34 +0100 Subject: [PATCH] Bump version --- composer.json | 2 +- functions.php | 2 +- package.json | 2 +- style.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 55cacc9..0b661a0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "motivast/mizar", "description": "Mizar theme.", - "version": "0.2.0", + "version": "0.2.1", "type": "wordpress-theme", "license": "GPL-2.0+", "authors": [ diff --git a/functions.php b/functions.php index 241cb1b..40b993e 100644 --- a/functions.php +++ b/functions.php @@ -27,7 +27,7 @@ } if ( ! defined( 'MIZAR_VERSION' ) ) - define( 'MIZAR_VERSION', '0.2.0' ); + define( 'MIZAR_VERSION', '0.2.1' ); /** * Load autoloader to not bother to requiring classes. diff --git a/package.json b/package.json index 63884ce..8d27a4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@motivast/mizar", "description": "Eye catching, content oriented WordPress theme. Great for mizar or any site where content is a king.", - "version": "0.2.0", + "version": "0.2.1", "license": "GPL-2.0+", "private": true, "dependencies": { diff --git a/style.css b/style.css index 8671e12..1eca690 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: https://motivast.com/ Author: Motivast Author URI: https://motivast.com/ Description: Mizar is framework provided for rapidly create an excelent quality WordPress themes. -Version: 0.2.0 +Version: 0.2.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, wide-layout, boxed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, multi-language-support, rtl-language-support, theme-options, translation-ready