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",