From f6f7aa22ec6420c5eec825692f7be15be16ec27c Mon Sep 17 00:00:00 2001 From: Enrico Battocchi Date: Mon, 25 Jan 2021 08:20:11 +0100 Subject: [PATCH] Update the plugin version to 4.1-RC2 --- 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 42ec96a26..5e39032ad 100644 --- a/duplicate-post.php +++ b/duplicate-post.php @@ -3,7 +3,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.1-RC1 + * Version: 4.1-RC2 * Author: Enrico Battocchi & Team Yoast * Author URI: https://yoast.com * Text Domain: duplicate-post @@ -42,7 +42,7 @@ define( 'DUPLICATE_POST_PATH', plugin_dir_path( __FILE__ ) ); } -define( 'DUPLICATE_POST_CURRENT_VERSION', '4.1-RC1' ); +define( 'DUPLICATE_POST_CURRENT_VERSION', '4.1-RC2' ); $duplicate_post_autoload_file = __DIR__ . '/vendor/autoload.php'; diff --git a/package.json b/package.json index bcd0718eb..a473869d7 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "@wordpress/plugins": "^2.23.0" }, "yoast": { - "pluginVersion": "4.1-RC1" + "pluginVersion": "4.1-RC2" } }