| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | * @wordpress-plugin |
| 16 | 16 | * Plugin Name: Chart Builder |
| 17 | 17 | * Plugin URI: https://ays-pro.com/wordpress/chart-builder |
| 18 | 18 | * Description: Chart Builder is a user-friendly plugin that allows you to create customizable charts and graphs with ease. Perfect for visualising data, it offers various chart types to match your needs. |
| 19 | - * Version: 3.7.8 | |
| 19 | + * Version: 3.8.1 | |
| 20 | 20 | * Author: Chart Builder Team |
| 21 | 21 | * Author URI: https://ays-pro.com/ |
| 22 | 22 | * License: GPL-2.0+ |
| 23 | 23 | * License URI: http://www.gnu.org/licenses/gpl-2.0.txt |
| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | * Currently plugin version. |
| 35 | 35 | * Start at version 1.0.0 and use SemVer - https://semver.org |
| 36 | 36 | * Rename this for your plugin and update it as you release new versions. |
| 37 | 37 | */ |
| 38 | -define( 'CHART_BUILDER_VERSION', '3.7.8' ); | |
| 38 | +define( 'CHART_BUILDER_VERSION', '3.8.1' ); | |
| 39 | 39 | define( 'CHART_BUILDER_NAME_VERSION', '1.0.0' ); |
| 40 | 40 | define( 'CHART_BUILDER_NAME', 'chart-builder' ); |
| 41 | 41 | define( 'CHART_BUILDER_DB_PREFIX', 'ayschart_' ); |
| 42 | 42 | |