We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704122d commit 273808fCopy full SHA for 273808f
composer.json
@@ -2,7 +2,7 @@
2
"name": "imunc/iplacard",
3
"description": "iPlacard by IMUNC",
4
"minimum-stability": "stable",
5
- "version": "2.3.3",
+ "version": "2.3.5",
6
"homepage": "http://iplacard.com",
7
"license": "Dual-licensed proprietary",
8
"authors": [
@@ -23,11 +23,11 @@
23
"type":"package",
24
"package": {
25
"name": "imunc/iplacard-3rdparty",
26
- "version": "2.3.4",
27
"source": {
28
"url": "https://github.com/fengkaijia/iplacard-3rdparty.git",
29
"type": "git",
30
- "reference": "v2.3.4"
+ "reference": "v2.3.5"
31
}
32
33
},
index.php
@@ -13,7 +13,7 @@
13
/**
14
* iPlacard版本
15
*/
16
-define('IP_VERSION', '2.3.4');
+define('IP_VERSION', '2.3.5');
17
18
//配置文件
19
require_once 'config.php';
0 commit comments