Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodsoul authored Sep 18, 2017
1 parent 5a6a14d commit 1e56700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bs.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if(!class_exists('bs')) {
class bs extends game_generic {
protected static $apiLevel = 20;
public $version = '1.1.3';
public $version = '1.1.4';
protected $this_game = 'bs';
protected $types = array('factions', 'races', 'classes', 'genders');
protected $genders = array();
Expand Down

0 comments on commit 1e56700

Please sign in to comment.