Updates version to 0.1.1

This commit is contained in:
mateuswetah 2021-04-02 17:01:53 -03:00
parent 6b4a82da95
commit c3b7a708b0
6 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ Plugin Name: Blocksy Tainacan
Plugin URI: https://tainacan.org/
Description: Tainacan support for Blocksy theme
Author: tainacan
Version: 0.1.0
Version: 0.1.1
Text Domain: blocksy-tainacan
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@ -15,7 +15,7 @@ if (! defined('WP_DEBUG') ) {
}
/** Theme/plugin version */
const BLOCKSY_TAINACAN_VERSION = '0.1.0';
const BLOCKSY_TAINACAN_VERSION = '0.1.1';
const BLOCKSY_TAINACAN_IS_CHILD_THEME = false;
/* Tools to define our next constants */

View File

@ -1,6 +1,6 @@
{
"name": "blocksy-tainacan",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Blocksy child theme compatible with Tainacan",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
/**
* Theme Name: Blocksy Tainacan
* Description: A Blocksy Child theme compatible with Tainacan plugin
* Description: A Blocksy plugin/child theme compatible with Tainacan plugin
* Author: Tainacan
* Template: blocksy
* Text Domain: blocksy-tainacan

View File

@ -1,6 +1,6 @@
/**
* Theme Name: Blocksy Tainacan
* Description: A Blocksy Child theme compatible with Tainacan plugin
* Description: A Blocksy plugin/child theme compatible with Tainacan plugin
* Author: Tainacan
* Template: blocksy
* Text Domain: blocksy-tainacan

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long