From 9fb595b9230774eaecf5347ee221e10a0ef3078e Mon Sep 17 00:00:00 2001 From: Kaijia Feng Date: Sat, 8 Jun 2019 17:33:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=202.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 +++--- index.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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';