diff --git a/popular-authors.php b/popular-authors.php index b1e3a51..6660587 100644 --- a/popular-authors.php +++ b/popular-authors.php @@ -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+ @@ -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' ); } /**