diff --git a/contextual-related-posts.php b/contextual-related-posts.php index ec352a2..dfbe6c8 100644 --- a/contextual-related-posts.php +++ b/contextual-related-posts.php @@ -15,7 +15,7 @@ * Plugin Name: Contextual Related Posts * Plugin URI: https://webberzone.com/plugins/contextual-related-posts/ * Description: Display related posts on your website or in your feed. Increase reader retention and reduce bounce rates - * Version: 3.4.0-RC3 + * Version: 3.4.0 * Author: WebberZone * Author URI: https://webberzone.com * License: GPL-2.0+ @@ -36,7 +36,7 @@ * @since 2.9.3 */ if ( ! defined( 'CRP_VERSION' ) ) { - define( 'CRP_VERSION', '3.3.4' ); + define( 'CRP_VERSION', '3.4.0' ); }