Skip to content

Commit e8d38e9

Browse files
committed
version up
1 parent 12a3deb commit e8d38e9

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.0.7 (2015-06-23)
4+
5+
### 增加
6+
* 更详细的response info, 增加了发送字节数,id
7+
38
## 7.0.6 (2015-06-04)
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.0.6";
5+
public static final String VERSION = "7.0.7";
66

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

0 commit comments

Comments
 (0)