Skip to content

Commit

Permalink
RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Sep 22, 2023
1 parent 093accf commit ae75e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions where-did-they-go-from-here.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: WebberZone Followed Posts
* Plugin URI: https://webberzone.com/plugins/webberzone-followed-posts/
* Description: The best way to display posts followed by users a.k.a. "Readers who viewed this page, also viewed" links
* Version: 3.1.0-beta1
* Version: 3.1.0-RC1
* Author: Ajay D'Souza
* Author URI: https://webberzone.com
* License: GPL-2.0+
Expand All @@ -36,8 +36,8 @@
*
* @since 3.0.0
*/
if ( ! defined( 'WZP_VERSION' ) ) {
define( 'WZP_VERSION', '3.1.0' );
if ( ! defined( 'WFP_VERSION' ) ) {
define( 'WFP_VERSION', '3.1.0' );
}

/**
Expand Down

0 comments on commit ae75e68

Please sign in to comment.