diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php index fad5c76a..5fc52485 100644 --- a/classes/Visualizer/Plugin.php +++ b/classes/Visualizer/Plugin.php @@ -28,7 +28,7 @@ class Visualizer_Plugin { const NAME = 'visualizer'; - const VERSION = '2.0.2'; + const VERSION = '2.0.3'; // custom post types const CPT_VISUALIZER = 'visualizer'; diff --git a/css/media.css b/css/media.css index 6282e6ed..774bc31c 100644 --- a/css/media.css +++ b/css/media.css @@ -1,5 +1,5 @@ /* - Version: 2.0.2 + Version: 2.0.3 */ #visualizer-library-view { padding: 30px 10px 10px 30px; diff --git a/index.php b/index.php index a31f6abd..a6dff05c 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ Plugin Name: Visualizer: Charts and Graphs Lite Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/ Description: A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts, which supports cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases. - Version: 2.0.2 + Version: 2.0.3 Author: Themeisle Author URI: http://themeisle.com License: GPL v2.0 or later diff --git a/package.json b/package.json index a9a88b61..a0532f6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visualizer", - "version": "2.0.2", + "version": "2.0.3", "description": "Visualizer Lite", "repository": { "type": "git",