From 91fd569ee1555c24e1ef072b584b965ed41dd46c Mon Sep 17 00:00:00 2001 From: Simon Wallmann Date: Thu, 22 Jan 2015 23:19:20 +0100 Subject: [PATCH] Bump version to 4.6.1 --- aion.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aion.class.php b/aion.class.php index 2e576fc..26891f0 100644 --- a/aion.class.php +++ b/aion.class.php @@ -26,7 +26,7 @@ if(!class_exists('aion')) { class aion extends game_generic { protected static $apiLevel = 20; - public $version = '4.6'; + public $version = '4.6.0'; protected $this_game = 'aion'; protected $types = array('classes', 'races', 'filters'); protected $classes = array();