Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Jun 15, 2021
1 parent 280b383 commit 73914c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

if (!defined('PP_LOADED')) {
// Define constants
define('PUBLISHPRESS_VERSION', '3.3.2');
define('PUBLISHPRESS_VERSION', '3.3.3-rc.1');
define('PUBLISHPRESS_BASE_PATH', __DIR__);
define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php');
define('PUBLISHPRESS_LIBRARIES_PATH', PUBLISHPRESS_BASE_PATH . '/libraries');
Expand Down
2 changes: 1 addition & 1 deletion publishpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
* Version: 3.3.3-rc.1
* Text Domain: publishpress
* Domain Path: /languages
*
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Follow PublishPress on [Facebook](https://www.facebook.com/publishpress), [Twitt
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

= UNRELEASED =
= [3.3.3] - UNRELEASED =

* Fixed: Fix "Statuses" doesn't appear with a title in important areas, #846;
* Fixed: Fix links to posts with custom privacy are changed to preview links, #852;
Expand Down

0 comments on commit 73914c1

Please sign in to comment.