Skip to content

Commit

Permalink
Merge pull request #305 from contactashish13/master
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
contactashish13 authored Oct 11, 2018
2 parents 2c54a70 + 6e9edca commit 4dd54f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion classes/Visualizer/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class Visualizer_Plugin {

const NAME = 'visualizer';
const VERSION = '3.0.11';
const VERSION = '3.0.12';

// custom post types
const CPT_VISUALIZER = 'visualizer';
Expand Down
2 changes: 1 addition & 1 deletion css/media.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version: 3.0.11
Version: 3.0.12
*/
#visualizer-library-view {
padding: 30px 10px 10px 30px;
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: 3.0.11
Version: 3.0.12
Author: Themeisle
Author URI: http://themeisle.com
License: GPL v2.0 or later
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visualizer",
"version": "3.0.11",
"version": "3.0.12",
"description": "Visualizer Lite",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4dd54f3

Please sign in to comment.