Skip to content

Commit 273808f

Browse files
committed
版本 2.3.5
1 parent 704122d commit 273808f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "imunc/iplacard",
33
"description": "iPlacard by IMUNC",
44
"minimum-stability": "stable",
5-
"version": "2.3.3",
5+
"version": "2.3.5",
66
"homepage": "http://iplacard.com",
77
"license": "Dual-licensed proprietary",
88
"authors": [
@@ -23,11 +23,11 @@
2323
"type":"package",
2424
"package": {
2525
"name": "imunc/iplacard-3rdparty",
26-
"version": "2.3.4",
26+
"version": "2.3.5",
2727
"source": {
2828
"url": "https://github.com/fengkaijia/iplacard-3rdparty.git",
2929
"type": "git",
30-
"reference": "v2.3.4"
30+
"reference": "v2.3.5"
3131
}
3232
}
3333
},

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* iPlacard版本
1515
*/
16-
define('IP_VERSION', '2.3.4');
16+
define('IP_VERSION', '2.3.5');
1717

1818
//配置文件
1919
require_once 'config.php';

0 commit comments

Comments
 (0)