From 939b2b0c1f7eb61fc22c0941ef1db4d5cd8d7aa4 Mon Sep 17 00:00:00 2001 From: Enrico Battocchi Date: Fri, 14 Jan 2022 11:31:49 +0100 Subject: [PATCH] Bump version --- duplicate-post.php | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/duplicate-post.php b/duplicate-post.php index a315f27c9..2c7add5af 100644 --- a/duplicate-post.php +++ b/duplicate-post.php @@ -9,7 +9,7 @@ * Plugin Name: Yoast Duplicate Post * Plugin URI: https://yoast.com/wordpress/plugins/duplicate-post/ * Description: The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature. - * Version: 4.4-RC2 + * Version: 4.4-RC3 * Author: Enrico Battocchi & Team Yoast * Author URI: https://yoast.com * Text Domain: duplicate-post @@ -45,7 +45,7 @@ define( 'DUPLICATE_POST_PATH', plugin_dir_path( __FILE__ ) ); } -define( 'DUPLICATE_POST_CURRENT_VERSION', '4.4-RC2' ); +define( 'DUPLICATE_POST_CURRENT_VERSION', '4.4-RC3' ); $duplicate_post_autoload_file = DUPLICATE_POST_PATH . 'vendor/autoload.php'; diff --git a/package.json b/package.json index af67f7e33..86550da20 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "@wordpress/plugins": "^2.23.0" }, "yoast": { - "pluginVersion": "4.4-RC2" + "pluginVersion": "4.4-RC3" } }