Skip to content

Commit

Permalink
Bump version to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwach committed Oct 20, 2024
1 parent 75af620 commit 7178913
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**Requires PHP:** 7.4<br/>
**Requires at least:** 4.9<br/>
**Tested up to:** 6.6<br/>
**Stable tag:** 4.0.3a<br/>
**Stable tag:** 4.0.3<br/>
**License:** GPLv2 or later<br/>
**License URI:** https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions commentpress-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: CommentPress allows readers to comment in the margins of a text. You can use it to annotate, gloss, workshop, debate and more!
* Plugin URI: https://github.com/IFBook/commentpress-core
* GitHub Plugin URI: https://github.com/IFBook/commentpress-core
* Version: 4.0.3a
* Version: 4.0.3
* Author: Institute for the Future of the Book
* Author URI: https://futureofthebook.org/commentpress/
* License: GPLv2 or later
Expand Down Expand Up @@ -40,7 +40,7 @@
defined( 'ABSPATH' ) || exit;

// Set version.
define( 'COMMENTPRESS_VERSION', '4.0.2' );
define( 'COMMENTPRESS_VERSION', '4.0.3' );

// Store reference to this file.
if ( ! defined( 'COMMENTPRESS_PLUGIN_FILE' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: commentpress, buddypress, groups, blogs, groupblogs, comments
Requires PHP: 7.4
Requires at least: 4.9
Tested up to: 6.6
Stable tag: 4.0.3a
Stable tag: 4.0.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Expand Down

0 comments on commit 7178913

Please sign in to comment.