diff --git a/composer.json b/composer.json index d2f6653..ba34f79 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.6-dev" } }, "minimum-stability": "dev", diff --git a/reuna-blocos.php b/reuna-blocos.php index 79a5b00..205ba51 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.4.0 + * Version: 1.5.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.4.0' ); +define( 'REUNA_BLOCOS_VERSION', '1.5.0' ); /** * Require the Composer autoloader