Skip to content

Commit 9318307

Browse files
authored
Update wp-canvasjs.php
1 parent 358198a commit 9318307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-canvasjs.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP CanvasJS
44
* Plugin URI: https://vishwas.me/
55
* Description: Add CanvasJS Charts & StockCharts to your WordPress Pages / Posts
6-
* Version: 1.4
6+
* Version: 1.5
77
* Author: Vishwas R
88
* Author URI: https://vishwas.me/
99
* License: MIT License
@@ -25,7 +25,7 @@
2525
*/
2626
// Plugin version.
2727
if ( ! defined( 'PLUGIN_VERSION' ) ) {
28-
define( 'PLUGIN_VERSION', '1.4' );
28+
define( 'PLUGIN_VERSION', '1.5' );
2929
}
3030

3131
if ( ! defined( 'PLUGIN_NAME' ) ) {

0 commit comments

Comments
 (0)