diff --git a/includes.php b/includes.php index dbe08c7ca..3b334815b 100644 --- a/includes.php +++ b/includes.php @@ -33,7 +33,7 @@ if (!defined('PP_LOADED')) { // Define constants - define('PUBLISHPRESS_VERSION', '3.3.3-rc.1'); + define('PUBLISHPRESS_VERSION', '3.3.3'); define('PUBLISHPRESS_BASE_PATH', __DIR__); define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php'); define('PUBLISHPRESS_LIBRARIES_PATH', PUBLISHPRESS_BASE_PATH . '/libraries'); diff --git a/publishpress.php b/publishpress.php index 764f89f70..576f665cc 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.3.3-rc.1 + * Version: 3.3.3 * Text Domain: publishpress * Domain Path: /languages * diff --git a/readme.txt b/readme.txt index 5273f8587..37019aade 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: 5.7 -Stable tag: 3.3.2 +Stable tag: 3.3.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html