Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Nov 11, 2024
1 parent 3ed4e61 commit c07d126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions post-expirator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: http://wordpress.org/extend/plugins/post-expirator/
* Description: PublishPress Future allows you to schedule automatic changes to posts, pages and other content types.
* Author: PublishPress
* Version: 4.1.0-beta.3
* Version: 4.1.0
* Author URI: http://publishpress.com
* Text Domain: post-expirator
* Domain Path: /languages
Expand Down Expand Up @@ -51,7 +51,7 @@
}

if (! defined('PUBLISHPRESS_FUTURE_VERSION')) {
define('PUBLISHPRESS_FUTURE_VERSION', '4.1.0-beta.3');
define('PUBLISHPRESS_FUTURE_VERSION', '4.1.0');
}

if (! defined('PUBLISHPRESS_FUTURE_PLUGIN_FILE')) {
Expand Down

0 comments on commit c07d126

Please sign in to comment.