diff --git a/includes/class-pandemic-covid19.php b/includes/class-pandemic-covid19.php index 93113fe..fd5b9e4 100644 --- a/includes/class-pandemic-covid19.php +++ b/includes/class-pandemic-covid19.php @@ -75,7 +75,7 @@ public function __construct() { if ( defined( 'PANDEMIC_COVID19_VERSION' ) ) { $this->version = PANDEMIC_COVID19_VERSION; } else { - $this->version = '1.0.6'; + $this->version = '1.0.7'; } $this->plugin_name = 'pandemic-covid19'; diff --git a/pandemic-covid19.php b/pandemic-covid19.php index 6b03a5a..f626499 100644 --- a/pandemic-covid19.php +++ b/pandemic-covid19.php @@ -16,7 +16,7 @@ * Plugin Name: Zone Pandemic Covid-19 * Plugin URI: https://github.com/zekinah/wp-pandemic-covid19 * Description: This plugin provides shortcode that displays the live recorded data of the covid19 in the whole world. - * Version: 1.0.6 + * Version: 1.0.7 * Author: Zekinah Lecaros * Author URI: zekinahlecaros.com * License: GPL-2.0+ @@ -35,7 +35,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'PANDEMIC_COVID19_VERSION', '1.0.6' ); +define( 'PANDEMIC_COVID19_VERSION', '1.0.7' ); /** * The code that runs during plugin activation.