diff --git a/includes.php b/includes.php index 79df0c06a..8d04a771d 100644 --- a/includes.php +++ b/includes.php @@ -33,7 +33,7 @@ if (! defined('PP_LOADED')) { // Define constants - define('PUBLISHPRESS_VERSION', '3.8.4'); + define('PUBLISHPRESS_VERSION', '3.9.0'); define('PUBLISHPRESS_BASE_PATH', __DIR__); define('PUBLISHPRESS_VIEWS_PATH', __DIR__ . '/views'); define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php'); diff --git a/publishpress.php b/publishpress.php index 503c51d8e..104b4c9de 100644 --- a/publishpress.php +++ b/publishpress.php @@ -5,7 +5,7 @@ * Description: PublishPress helps you plan and publish content with WordPress. Features include a content calendar, notifications, and custom statuses. * Author: PublishPress * Author URI: https://publishpress.com - * Version: 3.8.4 + * Version: 3.9.0 * Text Domain: publishpress * Domain Path: /languages * diff --git a/readme.txt b/readme.txt index 1cd241a58..74a33dace 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: editorial calendar, notifications, custom statuses, editorial comments, wo Requires at least: 4.6 Requires PHP: 5.6 Tested up to: 6.1 -Stable tag: 3.8.4 +Stable tag: 3.9.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html