From 86d6ff14106a0f0cfa711e9bc51a8c68c09c8308 Mon Sep 17 00:00:00 2001 From: Guilherme Capanema Date: Thu, 25 Jun 2020 17:04:52 -0300 Subject: [PATCH] =?UTF-8?q?Vers=C3=A3o=201.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- composer.lock | 2 +- reuna-blocos.php | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4f927c8..bcd57cb 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "1.2-dev" } }, "minimum-stability": "dev", diff --git a/composer.lock b/composer.lock index 945ccc1..9245317 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0596538165fe78d6f059a6fc64e1dec9", + "content-hash": "5819c849be41e8eaeaf8773262a042f1", "packages": [ { "name": "wordplate/acf", diff --git a/reuna-blocos.php b/reuna-blocos.php index f8eef38..3f3340c 100644 --- a/reuna-blocos.php +++ b/reuna-blocos.php @@ -32,10 +32,8 @@ if ( ! defined( 'WPINC' ) ) { /** * Currently plugin version. - * 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_BLOCOS_VERSION', '1.0.0' ); +define( 'REUNA_BLOCOS_VERSION', '1.1.0' ); /** * Require the Composer autoloader