Skip to content

Commit 783d9f1

Browse files
committed
Update version to RC1
1 parent 6c4a9fd commit 783d9f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Text Domain: ableplayer
1616
* License: MIT
1717
* License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
18-
* Version: 2.3.0
18+
* Version: 2.4.0-RC1
1919
*/
2020

2121
if ( ! defined( 'ABSPATH' ) ) {

src/ableplayer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
* Text Domain: ableplayer
1616
* License: MIT
1717
* License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
18-
* Version: 2.4.0-beta1
18+
* Version: 2.4.0-RC1
1919
*/
2020

2121
// Configure debugging mode.
2222
define( 'ABLEPLAYER_DEBUG', false );
2323

2424
// Get current version number.
25-
define( 'ABLEPLAYER_VERSION', '2.4.0-beta1' );
25+
define( 'ABLEPLAYER_VERSION', '2.4.0-RC1' );
2626

2727
require_once plugin_dir_path( __FILE__ ) . 'inc/settings.php';
2828
require_once plugin_dir_path( __FILE__ ) . 'inc/generator.php';

0 commit comments

Comments
 (0)