Skip to content

Commit 28f7bff

Browse files
committed
update changeling to publish new version
1 parent 29b7722 commit 28f7bff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 7.3.11 (2017-03-12)
4+
### 增加
5+
* 新加坡机房
6+
7+
### 修复
8+
* Etag 计算后资源没有释放的问题
9+
310
## 7.3.10 (2017-09-18)
411
### 修改
512
* 开启分片上传默认阈值从 512K 调整到 4M

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.3.10";
5+
public static final String VERSION = "7.3.11";
66

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

0 commit comments

Comments
 (0)