Skip to content

Commit fc2148e

Browse files
committed
version 2.1.2
1 parent 0e7aeee commit fc2148e

7 files changed

Lines changed: 13 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1111
hs_err_pid*
1212

13+
build.xml
14+
output/
15+
project.properties

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.2
2+
* 补全确实字段
3+
* 修正 Event 解析
4+
* 修正部分字符 JSON 序列化问题
5+
* 添加请求签名
6+
17
## 2.1.1
28
* 修正 extra 类型
39
* 兼容 jdk 1.6

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Java SDK 要求 JDK 版本 1.6 及以上
1515
### 安装
1616

1717
##### 手动安装
18-
将libs/下面的jar包导入工程
18+
将 libs/ 下面的 jar 包导入工程
1919

2020
##### maven 安装
2121

@@ -35,7 +35,7 @@ maven 远程仓库
3535
<dependency>
3636
<groupId>Pingplusplus</groupId>
3737
<artifactId>pingpp-java</artifactId>
38-
<version>2.1.1</version>
38+
<version>2.1.2</version>
3939
<type>jar</type>
4040
</dependency>
4141

@@ -51,7 +51,7 @@ gradle 远程仓库
5151

5252
安装 Ping++ SDK
5353

54-
compile 'Pingplusplus:pingpp-java:2.1.1'
54+
compile 'Pingplusplus:pingpp-java:2.1.2'
5555

5656
### 初始化
5757

libs/commons-codec-1.10.jar

278 KB
Binary file not shown.

libs/pingpp-java-2.1.1.jar

-53.4 KB
Binary file not shown.

libs/pingpp-java-2.1.2.jar

47.8 KB
Binary file not shown.

src/com/pingplusplus/Pingpp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public abstract class Pingpp {
1111
/**
1212
* version
1313
*/
14-
public static final String VERSION = "2.1.1";
14+
public static final String VERSION = "2.1.2";
1515
/**
1616
* api key
1717
*/

0 commit comments

Comments
 (0)