diff --git a/composer.json b/composer.json index bd972b8..8485fc9 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" } }, "minimum-stability": "dev", diff --git a/reuna-glossario.php b/reuna-glossario.php index 7b4a44d..787f9a4 100644 --- a/reuna-glossario.php +++ b/reuna-glossario.php @@ -16,7 +16,7 @@ * Plugin Name: Instituto Reúna - Glossário * Plugin URI: https://horizontes.info * Description: Implementa função de glossário via shortcode - * Version: 1.1.0 + * Version: 1.2.0 * Author: Horizontes Coop. * Author URI: https://horizontes.info * License: GPL-2.0+ @@ -35,7 +35,7 @@ if ( ! defined( 'WPINC' ) ) { * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'REUNA_GLOSSARIO_VERSION', '1.1.0' ); +define( 'REUNA_GLOSSARIO_VERSION', '1.2.0' ); /** * Require the Composer autoloader