From 1e567003f83498bfacb83e30f85e15a5246dbe3f Mon Sep 17 00:00:00 2001 From: Bloodsoul Date: Mon, 18 Sep 2017 18:27:15 +0200 Subject: [PATCH] Bump version --- bs.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bs.class.php b/bs.class.php index 02ebfb7..31b5545 100644 --- a/bs.class.php +++ b/bs.class.php @@ -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();