Skip to content

Commit

Permalink
chore: upgrade version name(1.5.4->1.5.5) code(45-46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Jun 12, 2017
1 parent bad98e8 commit 8cb3de3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

> [ Change log in english](https://github.com/lingochamp/FileDownloader/blob/master/CHANGELOG.md)
## Version 1.5.5

_2017-06-12_

#### Fix

- 修复(max-network-thread-count): 修复当任务都是多线程下载时,`download.max-network-thread-count`参数没起作用,并同时下载任务无上限的问题。 Closes #607

## Version 1.5.4

_2017-06-11_
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

> [中文迭代日志](https://github.com/lingochamp/FileDownloader/blob/master/CHANGELOG-ZH.md)
## Version 1.5.5

_2017-06-12_

#### Fix

- Fix(max-network-thread-count): fix the `download.max-network-thread-count` not work and there are no restrictions on the number of tasks downloaded at the same time since v1.5.0 when tasks runs on the multi-connection Closes #607

## Version 1.5.4

_2017-06-11_
Expand Down
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Android 文件下载引擎,稳定、高效、灵活、简单易用
### 特点

- 简单易用
- 单任务多线程/多连接(并支持通过`ConnectionCountAdapter`定制)
- 单任务多线程/多连接/分块下载(并支持通过`ConnectionCountAdapter`定制)
- 高并发
- 灵活
- 可选择性支持: 独立/非独立进程
Expand Down Expand Up @@ -60,7 +60,7 @@ Android 文件下载引擎,稳定、高效、灵活、简单易用
在项目中引用:

```groovy
compile 'com.liulishuo.filedownloader:library:1.5.4'
compile 'com.liulishuo.filedownloader:library:1.5.5'
```

> 如果是eclipse引入jar包参考: [这里](https://github.com/lingochamp/FileDownloader/issues/212#issuecomment-232240415)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FileDownloader is installed by adding the following dependency to your `build.gr

```groovy
dependencies {
compile 'com.liulishuo.filedownloader:library:1.5.4'
compile 'com.liulishuo.filedownloader:library:1.5.5'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.5.4
VERSION_CODE=45
VERSION_NAME=1.5.5
VERSION_CODE=46
BUILD_TOOLS_VERSION=25.0.0
COMPILE_SDK_VERSION=25

Expand Down

0 comments on commit 8cb3de3

Please sign in to comment.