diff --git a/composer.json b/composer.json index 65a664e..2fa8793 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "imunc/iplacard", "description": "iPlacard by IMUNC", "minimum-stability": "stable", - "version": "2.3.2", + "version": "2.3.3", "homepage": "http://iplacard.com", "license": "Dual-licensed proprietary", "authors": [ @@ -23,11 +23,11 @@ "type":"package", "package": { "name": "imunc/iplacard-3rdparty", - "version": "2.3.2", + "version": "2.3.3", "source": { "url": "https://github.com/fengkaijia/iplacard-3rdparty.git", "type": "git", - "reference": "v2.3.2" + "reference": "v2.3.3" } } }, diff --git a/index.php b/index.php index f7d2319..42fc53d 100755 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ /** * iPlacard版本 */ -define('IP_VERSION', '2.3.2'); +define('IP_VERSION', '2.3.3'); //配置文件 require_once 'config.php';