From 3660b1c13a4d06b87837fe28ec44f486ee7e7c2c Mon Sep 17 00:00:00 2001 From: Guilherme Capanema Date: Mon, 28 Sep 2020 09:17:41 -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-glossario.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 893c56b..9517d99 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "minimum-stability": "dev", diff --git a/reuna-glossario.php b/reuna-glossario.php index 4f63656..4d0d8bf 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.3.0 + * Version: 1.4.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.3.0' ); +define( 'REUNA_GLOSSARIO_VERSION', '1.4.0' ); /** * Require the Composer autoloader