Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kierzniak committed Nov 6, 2019
1 parent ab9cd6d commit 8243659
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8243659

Please sign in to comment.