Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod authored Jan 6, 2021
1 parent 702995e commit b469d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lotro.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if(!class_exists('lotro')) {
class lotro extends game_generic {
protected static $apiLevel = 20;
public $version = '3.1.3';
public $version = '3.1.4';
protected $this_game = 'lotro';
protected $types = array('classes', 'races', 'factions', 'filters', 'roles', 'realmlist');
protected $classes = array();
Expand Down

0 comments on commit b469d5c

Please sign in to comment.