Skip to content

Commit 4d36abd

Browse files
committed
release 7.1.3
1 parent 713df49 commit 4d36abd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#Changelog
22

3+
## 7.1.3 (2016-03-07)
4+
5+
### 修正
6+
* 调整上传成功判断的方法
7+
38
## 7.1.2 (2016-02-01)
49

510
### 修正

library/src/main/java/com/qiniu/android/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
public final class Constants {
5-
public static final String VERSION = "7.1.2";
5+
public static final String VERSION = "7.1.3";
66

77
public static final String UTF_8 = "utf-8";
88
}

0 commit comments

Comments
 (0)