Skip to content

Commit aa75d9f

Browse files
committed
!!! update
1 parent b728bc7 commit aa75d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/Visualizer/Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class Visualizer_Plugin {
3131

3232
const NAME = 'visualizer';
33-
const VERSION = '1.5.2';
33+
const VERSION = '1.5.3';
3434

3535
// custom post types
3636
const CPT_VISUALIZER = 'visualizer';
@@ -167,4 +167,4 @@ public static function getChartTypes() {
167167
return array( 'line', 'area', 'bar', 'column', 'pie', 'geo', 'scatter', 'candlestick', 'gauge' );
168168
}
169169

170-
}
170+
}

0 commit comments

Comments
 (0)