Skip to content

Commit

Permalink
Bump version to 3.2.1-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Feb 13, 2020
1 parent 9167cf5 commit 0a643a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
defined('ABSPATH') or die('No direct script access allowed.');

if ( ! defined('PP_AUTHORS_LOADED')) {
define('PP_AUTHORS_VERSION', '3.2.1-beta.2');
define('PP_AUTHORS_VERSION', '3.2.1-beta-3');
define('PP_AUTHORS_FILE', 'publishpress-authors/publishpress-authors.php');
define('PP_AUTHORS_BASE_PATH', plugin_dir_path(__FILE__));
define('PP_AUTHORS_MODULES_PATH', PP_AUTHORS_BASE_PATH . 'modules');
Expand Down
2 changes: 1 addition & 1 deletion publishpress-authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @publishpress-authors
* Plugin Name: PublishPress Authors
* Plugin URI: https://publishpress.com/
* Version: 3.2.1-beta.2
* Version: 3.2.1-beta-3
* Description: Add support for multiple authors
* Author: PublishPress
* Author URI: https://publishpress.com
Expand Down

0 comments on commit 0a643a3

Please sign in to comment.