Skip to content

Commit

Permalink
Updated version to 1.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
garciaalvaro committed Oct 9, 2019
1 parent 5dda4fb commit 5d3e71f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: melonpan
Tags: gutenberg, meta, post-meta, settings, controls
Requires at least: 5.1
Tested up to: 5.2
Stable tag: 1.2.0-beta
Stable tag: 1.2.0-rc1
Requires PHP: 7.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "post-meta-controls",
"description": "Post Meta Controls WordPress Plugin",
"version": "1.2.0-beta",
"version": "1.2.0-rc1",
"homepage": "https://wordpress.org/plugins/post-meta-controls/",
"author": "Alvaro Garcia",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions post-meta-controls.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://wordpress.org/plugins/post-meta-controls/
* Description: Controls to manage post meta data in the Gutenberg editor.
* Author: melonpan
* Version: 1.2.0-beta
* Version: 1.2.0-rc1
* License: GPL3+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
*/
Expand All @@ -15,7 +15,7 @@
if ( ! defined( 'ABSPATH' ) ) { exit; }

if ( ! defined( __NAMESPACE__ . '\PLUGIN_VERSION' ) ) {
define( __NAMESPACE__ . '\PLUGIN_VERSION', '1.2.0-beta' );
define( __NAMESPACE__ . '\PLUGIN_VERSION', '1.2.0-rc1' );
}
if ( ! defined( __NAMESPACE__ . '\PLUGIN_NAME' ) ) {
define( __NAMESPACE__ . '\PLUGIN_NAME', 'post-meta-controls' );
Expand Down

0 comments on commit 5d3e71f

Please sign in to comment.