Skip to content

Commit

Permalink
Bump version to 5.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrakern committed May 13, 2024
1 parent 0761d22 commit ef9e504
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ function fictioneer_display_execution_time() {
// =============================================================================

// Version
define( 'FICTIONEER_VERSION', '5.17.0' );
define( 'FICTIONEER_VERSION', '5.17.1' );
define( 'FICTIONEER_MAJOR_VERSION', '5' );
define( 'FICTIONEER_RELEASE_TAG', 'v5.17.0' );
define( 'FICTIONEER_RELEASE_TAG', 'v5.17.1' );

if ( ! defined( 'CHILD_VERSION' ) ) {
define( 'CHILD_VERSION', null );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Contributors: tetrakern
Requires at least: 6.1.0
Tested up to: 6.5.3
Requires PHP: 7.4
Stable tag: 5.17.0
Stable tag: 5.17.1
License: GNU General Public License v3.0 or later
License URI: http://www.gnu.org/licenses/gpl.html

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
Requires at least: 6.1.0
Tested up to: 6.5.3
Requires PHP: 7.4
Version: 5.17.0
Version: 5.17.1
Text Domain: fictioneer
Description: Standalone solution for publishing and reading web fictions.
Expand Down

0 comments on commit ef9e504

Please sign in to comment.