Browse Source

Versão 2.1.0

master 2.1.0
Guilherme Capanema 5 years ago
parent
commit
b52be88421
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      composer.json
  2. +2
    -2
      reuna-blocos.php

+ 1
- 1
composer.json View File

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


+ 2
- 2
reuna-blocos.php View File

@ -16,7 +16,7 @@
* Plugin Name: Instituto Reúna - Blocos do editor * Plugin Name: Instituto Reúna - Blocos do editor
* Plugin URI: https://horizontes.info * Plugin URI: https://horizontes.info
* Description: Blocos do Gutenberg usados no site do Reúna * Description: Blocos do Gutenberg usados no site do Reúna
* Version: 2.0.0
* Version: 2.1.0
* Author: Horizontes Coop. * Author: Horizontes Coop.
* Author URI: https://horizontes.info * Author URI: https://horizontes.info
* License: GPL-2.0+ * License: GPL-2.0+
@ -33,7 +33,7 @@ if ( ! defined( 'WPINC' ) ) {
/** /**
* Currently plugin version. * Currently plugin version.
*/ */
define( 'REUNA_BLOCOS_VERSION', '2.0.0' );
define( 'REUNA_BLOCOS_VERSION', '2.1.0' );
/** /**
* Require the Composer autoloader * Require the Composer autoloader