From cfd83a974ee39b725bc5db8b9dbcd7b1c9684d6e Mon Sep 17 00:00:00 2001 From: Guilherme Capanema Date: Fri, 26 Jun 2020 14:01:56 -0300 Subject: [PATCH] =?UTF-8?q?Vers=C3=A3o=201.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- reuna-blocos.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b859083..d2f6653 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "minimum-stability": "dev", diff --git a/reuna-blocos.php b/reuna-blocos.php index c1b01ce..79a5b00 100644 --- a/reuna-blocos.php +++ b/reuna-blocos.php @@ -16,7 +16,7 @@ * Plugin Name: Instituto Reúna - Blocos do editor * Plugin URI: https://horizontes.info * Description: Blocos do Gutenberg usados no site do Reúna - * Version: 1.3.0 + * Version: 1.4.0 * Author: Horizontes Coop. * Author URI: https://horizontes.info * License: GPL-2.0+ @@ -33,7 +33,7 @@ if ( ! defined( 'WPINC' ) ) { /** * Currently plugin version. */ -define( 'REUNA_BLOCOS_VERSION', '1.3.0' ); +define( 'REUNA_BLOCOS_VERSION', '1.4.0' ); /** * Require the Composer autoloader