Skip to content

Commit

Permalink
Tagged v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Sep 6, 2024
1 parent f88643c commit 1d6c1c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions popular-authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
* @author Ajay D'Souza
* @license GPL-2.0+
* @link https://webberzone.com
* @copyright 2020-2023 WebberZone
* @copyright 2020-2024 WebberZone
*
* @wordpress-plugin
* Plugin Name: Popular Authors
* Plugin URI: https://webberzone.com/downlods/popular-authors/
* Description: Display a list of the popular authors. A Top 10 WordPress plugin addon.
* Version: 1.2.1-beta1
* Version: 1.2.1
* Author: WebberZone
* Author URI: https://webberzone.com
* License: GPL-2.0+
Expand All @@ -35,7 +35,7 @@
* @since 1.1.0
*/
if ( ! defined( 'POP_AUTHOR_VERSION' ) ) {
define( 'POP_AUTHOR_VERSION', '1.2.0' );
define( 'POP_AUTHOR_VERSION', '1.2.1' );
}

/**
Expand Down

0 comments on commit 1d6c1c6

Please sign in to comment.