Skip to content

Commit 939b2b0

Browse files
Bump version
1 parent 2a75bb8 commit 939b2b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

duplicate-post.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Yoast Duplicate Post
1010
* Plugin URI: https://yoast.com/wordpress/plugins/duplicate-post/
1111
* Description: The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature.
12-
* Version: 4.4-RC2
12+
* Version: 4.4-RC3
1313
* Author: Enrico Battocchi & Team Yoast
1414
* Author URI: https://yoast.com
1515
* Text Domain: duplicate-post
@@ -45,7 +45,7 @@
4545
define( 'DUPLICATE_POST_PATH', plugin_dir_path( __FILE__ ) );
4646
}
4747

48-
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.4-RC2' );
48+
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.4-RC3' );
4949

5050
$duplicate_post_autoload_file = DUPLICATE_POST_PATH . 'vendor/autoload.php';
5151

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"@wordpress/plugins": "^2.23.0"
5454
},
5555
"yoast": {
56-
"pluginVersion": "4.4-RC2"
56+
"pluginVersion": "4.4-RC3"
5757
}
5858
}

0 commit comments

Comments
 (0)