Skip to content

Commit b9400e5

Browse files
committed
[ci skip]version up
1 parent ee404a1 commit b9400e5

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-07-10)
4+
5+
### 增加
6+
* 使用第三方dns解析库happy-dns-android,减少解析错误
7+
38
## 7.0.6.1 (2015-06-23)
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.1";
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)