| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: NotificationX |
| 4 | 4 | * Plugin URI: https://notificationx.com |
| 5 | 5 | * Description: Social Proof & Recent Sales Popup, Comment Notification, Subscription Notification, Notification Bar and many more. |
| 6 | - * Version: 3.2.14 | |
| 6 | + * Version: 3.3.1 | |
| 7 | 7 | * Author: WPDeveloper |
| 8 | 8 | * Author URI: https://wpdeveloper.com |
| 9 | 9 | * License: GPL-3.0+ |
| 10 | 10 | * License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| @@ -25,9 +25,9 @@ | ||
| 25 | 25 | /** |
| 26 | 26 | * Defines CONSTANTS for Whole plugins. |
| 27 | 27 | */ |
| 28 | 28 | define( 'NOTIFICATIONX_FILE', __FILE__ ); |
| 29 | -define( 'NOTIFICATIONX_VERSION', '3.2.14' ); | |
| 29 | +define( 'NOTIFICATIONX_VERSION', '3.3.1' ); | |
| 30 | 30 | define( 'NOTIFICATIONX_URL', plugins_url( '/', __FILE__ ) ); |
| 31 | 31 | define( 'NOTIFICATIONX_PATH', plugin_dir_path( __FILE__ ) ); |
| 32 | 32 | define( 'NOTIFICATIONX_BASENAME', plugin_basename( __FILE__ ) ); |
| 33 | 33 | |