From b52be88421c30a3a6ff22ba3fcf2f8d6b64ab3df Mon Sep 17 00:00:00 2001 From: Guilherme Capanema Date: Mon, 28 Sep 2020 09:07:07 -0300 Subject: [PATCH] =?UTF-8?q?Vers=C3=A3o=202.1.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 51c5608..d51251a 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" } }, "minimum-stability": "dev", diff --git a/reuna-blocos.php b/reuna-blocos.php index c1f3830..a0cc042 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: 2.0.0 + * Version: 2.1.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', '2.0.0' ); +define( 'REUNA_BLOCOS_VERSION', '2.1.0' ); /** * Require the Composer autoloader