diff --git a/composer.json b/composer.json index 2fa8793..6c8bd9b 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "type":"package", "package": { "name": "imunc/iplacard-3rdparty", - "version": "2.3.3", + "version": "2.3.4", "source": { "url": "https://github.com/fengkaijia/iplacard-3rdparty.git", "type": "git", - "reference": "v2.3.3" + "reference": "v2.3.4" } } }, diff --git a/index.php b/index.php index 42fc53d..35c4824 100755 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ /** * iPlacard版本 */ -define('IP_VERSION', '2.3.3'); +define('IP_VERSION', '2.3.4'); //配置文件 require_once 'config.php';