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