Bump version number

This commit is contained in:
Tetrakern 2023-01-26 23:46:37 +01:00
parent 6e500cb003
commit 5f53c237cf
2 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@
// ============================================================================= // =============================================================================
// Version // Version
define( 'FICTIONEER_VERSION', '5.0.5' ); define( 'FICTIONEER_VERSION', '5.0.6' );
define( 'FICTIONEER_MAJOR_VERSION', '5' ); define( 'FICTIONEER_MAJOR_VERSION', '5' );
define( 'FICTIONEER_RELEASE_TAG', 'v5.0.5' ); define( 'FICTIONEER_RELEASE_TAG', 'v5.0.6' );
if ( ! defined( 'CHILD_VERSION' ) ) { if ( ! defined( 'CHILD_VERSION' ) ) {
define( 'CHILD_VERSION', 0 ); define( 'CHILD_VERSION', 0 );

View File

@ -11,7 +11,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
Requires at least: 6.0.0 Requires at least: 6.0.0
Tested up to: 6.1.0 Tested up to: 6.1.0
Requires PHP: 8.0 Requires PHP: 8.0
Version: 5.0.5 Version: 5.0.6
Text Domain: fictioneer Text Domain: fictioneer
Description: Standalone solution for publishing and reading web fictions. Description: Standalone solution for publishing and reading web fictions.