Browse Source

Versão 1.1

master 1.1.0
Guilherme Capanema 6 years ago
parent
commit
86d6ff1410
3 changed files with 3 additions and 5 deletions
  1. +1
    -1
      composer.json
  2. +1
    -1
      composer.lock
  3. +1
    -3
      reuna-blocos.php

+ 1
- 1
composer.json View File

@ -24,7 +24,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1-dev"
"dev-master": "1.2-dev"
} }
}, },
"minimum-stability": "dev", "minimum-stability": "dev",


+ 1
- 1
composer.lock View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "0596538165fe78d6f059a6fc64e1dec9",
"content-hash": "5819c849be41e8eaeaf8773262a042f1",
"packages": [ "packages": [
{ {
"name": "wordplate/acf", "name": "wordplate/acf",


+ 1
- 3
reuna-blocos.php View File

@ -32,10 +32,8 @@ if ( ! defined( 'WPINC' ) ) {
/** /**
* Currently plugin version. * 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 * Require the Composer autoloader