From d8228db2d183b0021d88d97509a4671d03022990 Mon Sep 17 00:00:00 2001 From: Guilherme Capanema Date: Fri, 4 Sep 2020 10:25:23 -0300 Subject: [PATCH] =?UTF-8?q?Vers=C3=A3o=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cf7-states-cities.php | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cf7-states-cities.php b/cf7-states-cities.php index f03ad73..f1460ba 100644 --- a/cf7-states-cities.php +++ b/cf7-states-cities.php @@ -16,7 +16,7 @@ * Plugin Name: Contact Form 7 - Estados e Cidades * Plugin URI: https://horizontes.info * Description: Adiciona campos de seleção de estados e cidades ao CF7 - * Version: 1.4.0 + * Version: 1.5.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( 'CF7_STATES_CITIES_VERSION', '1.4.0' ); +define( 'CF7_STATES_CITIES_VERSION', '1.5.0' ); /** * The code that runs during plugin activation. diff --git a/composer.json b/composer.json index 567f119..750fecc 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",