Skip to content

Commit

Permalink
Update warcraftlogs_plugin_class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod authored Aug 7, 2018
1 parent 11aa662 commit 0fad54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions warcraftlogs_plugin_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class warcraftlogs extends plugin_generic {
public $vstatus = 'Stable';
public $version = '0.1.2';
public $version = '0.1.3';
public $copyright = 'GodMod';

protected static $apiLevel = 23;
Expand Down Expand Up @@ -127,4 +127,4 @@ private function gen_main_menu(){
return $main_menu;
}
}
?>
?>

0 comments on commit 0fad54c

Please sign in to comment.