From b43f77a4fac6b20ebd7919541eed2f5eafa0e585 Mon Sep 17 00:00:00 2001 From: Ashish Ravi Date: Sun, 5 May 2019 12:32:25 +0530 Subject: [PATCH] bump version --- classes/Visualizer/Plugin.php | 2 +- css/media.css | 2 +- index.php | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/Visualizer/Plugin.php b/classes/Visualizer/Plugin.php index 41c1c7d1..3307d331 100644 --- a/classes/Visualizer/Plugin.php +++ b/classes/Visualizer/Plugin.php @@ -28,7 +28,7 @@ class Visualizer_Plugin { const NAME = 'visualizer'; - const VERSION = '3.2.0'; + const VERSION = '3.2.1'; // custom post types const CPT_VISUALIZER = 'visualizer'; diff --git a/css/media.css b/css/media.css index 681f84a0..f274c89a 100644 --- a/css/media.css +++ b/css/media.css @@ -1,5 +1,5 @@ /* - Version: 3.2.0 + Version: 3.2.1 */ #visualizer-library-view { padding: 30px 10px 10px 30px; diff --git a/index.php b/index.php index aaf7cbda..5def1f05 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ Plugin Name: Visualizer: Tables and Charts Manager for WordPress 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: 3.2.0 + Version: 3.2.1 Author: Themeisle Author URI: http://themeisle.com License: GPL v2.0 or later diff --git a/package.json b/package.json index 7a6a350f..b45c3ab9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visualizer", - "version": "3.2.0", + "version": "3.2.1", "description": "Visualizer Lite", "repository": { "type": "git",