Skip to content

Commit

Permalink
Released version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zekinah committed Sep 20, 2020
1 parent 417ab59 commit 7c7f115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-pandemic-covid19.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
4 changes: 2 additions & 2 deletions pandemic-covid19.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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.
Expand Down

0 comments on commit 7c7f115

Please sign in to comment.