diff --git a/contextual-related-posts.php b/contextual-related-posts.php index 577900f..6b08ded 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 a set of related posts on your website or in your feed. Increase reader retention and reduce bounce rates - * Version: 3.0.6-beta1 + * Version: 3.0.6 * Author: WebberZone * Author URI: https://webberzone.com * License: GPL-2.0+ @@ -38,7 +38,7 @@ * @var string Contextual Related Posts Version. */ if ( ! defined( 'CRP_VERSION' ) ) { - define( 'CRP_VERSION', '3.0.0' ); + define( 'CRP_VERSION', '3.0.6' ); }