Skip to content

Commit

Permalink
- Update the version number to the next stable version.
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed May 29, 2023
1 parent 2ffa847 commit 0b2188b
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 @@ -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');
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 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
*
Expand Down

0 comments on commit 0b2188b

Please sign in to comment.