Skip to content

Commit 5d76fa4

Browse files
committed
Bump version to 5.5.1
1 parent e3f85ea commit 5d76fa4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

functions.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ function fictioneer_display_render_time() {
2121
// =============================================================================
2222

2323
// Version
24-
define( 'FICTIONEER_VERSION', '5.5.0' );
24+
define( 'FICTIONEER_VERSION', '5.5.1' );
2525
define( 'FICTIONEER_MAJOR_VERSION', '5' );
26-
define( 'FICTIONEER_RELEASE_TAG', 'v5.5.0' );
26+
define( 'FICTIONEER_RELEASE_TAG', 'v5.5.1' );
2727

2828
if ( ! defined( 'CHILD_VERSION' ) ) {
2929
define( 'CHILD_VERSION', false );

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Contributors: tetrakern
77
Requires at least: 6.0.0
88
Tested up to: 6.2.0
99
Requires PHP: 7.4
10-
Stable tag: 5.5.0
10+
Stable tag: 5.5.1
1111
License: GNU General Public License v3.0 or later
1212
License URI: http://www.gnu.org/licenses/gpl.html
1313

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
1111
Requires at least: 6.0.0
1212
Tested up to: 6.2.0
1313
Requires PHP: 7.4
14-
Version: 5.5.0
14+
Version: 5.5.1
1515
Text Domain: fictioneer
1616
1717
Description: Standalone solution for publishing and reading web fictions.

0 commit comments

Comments
 (0)