diff --git a/includes.php b/includes.php index 8160401b..696b4679 100644 --- a/includes.php +++ b/includes.php @@ -33,7 +33,7 @@ if (! defined('PP_LOADED')) { // Define constants - define('PUBLISHPRESS_VERSION', '3.10.1'); + define('PUBLISHPRESS_VERSION', '3.10.2'); 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 245e9ff7..b79ec25a 100644 --- a/publishpress.php +++ b/publishpress.php @@ -5,7 +5,7 @@ * Description: PublishPress Planner 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.10.1 + * Version: 3.10.2 * Text Domain: publishpress * Domain Path: /languages *