Skip to content

Commit

Permalink
Update the plugin version to 4.1-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Jan 25, 2021
1 parent 0dbba08 commit f6f7aa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions duplicate-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@wordpress/plugins": "^2.23.0"
},
"yoast": {
"pluginVersion": "4.1-RC1"
"pluginVersion": "4.1-RC2"
}
}

0 comments on commit f6f7aa2

Please sign in to comment.