Skip to content

Commit

Permalink
chore(upgrade): upgrade the version name(1.2.1->1.2.2) code(33->34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Oct 15, 2016
1 parent 15494bf commit dc448ea
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

_2016-10-15_

#### 修复

- 修复(fatal-crash): 修复当任务没有`FileDownloadListener`时,也不能收到该任务`FileDownloadMonitor.IMonitor#onTaskOver`的回调的问题。 Closes #348.

## Version 1.2.1

_2016-10-09_

#### 修复

- 修复(fatal-crash): 修复当任务没有`FileDownloadListener`时,也不能收到该任务`FileDownloadMonitor.IMonitor#onTaskOver`的回调的问题。 Closes #348.
- <s>修复(fatal-crash): 修复当任务没有`FileDownloadListener`时,也不能收到该任务`FileDownloadMonitor.IMonitor#onTaskOver`的回调的问题。 Closes #348.</s> 十分的抱歉这个问题在1.2.1版本中依然存在,最终在1.2.2中验证修复。

## Version 1.2.0

Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

_2016-10-15_

#### Fix

- Fix(fatal-crash): fix when the task doesn't have `FileDownloadListener`, we can't receive the callback of `FileDownloadMonitor.IMonitor#onTaskOver` for it. Closes #348.

## Version 1.2.1

_2016-10-09_

#### Fix

- Fix(fatal-crash): fix when the task doesn't have `FileDownloadListener`, we can't receive the callback of `FileDownloadMonitor.IMonitor#onTaskOver` for it. Closes #348.
- <s>Fix(fatal-crash): fix when the task doesn't have `FileDownloadListener`, we can't receive the callback of `FileDownloadMonitor.IMonitor#onTaskOver` for it. Closes #348. </s> Sorry for my mistake, this bug is still exist in 1.2.1 and finally fixed in 1.2.2.

## Version 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Android 文件下载引擎,稳定、高效、简单易用
在项目中引用:

```groovy
compile 'com.liulishuo.filedownloader:library:1.2.1'
compile 'com.liulishuo.filedownloader:library:1.2.2'
```

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

```groovy
dependencies {
compile 'com.liulishuo.filedownloader:library:1.2.1'
compile 'com.liulishuo.filedownloader:library:1.2.2'
}
```

## Welcome PR

> If you can improve the unit test for this project would be great.
- Comments as much as possible.
- Commit message format follow: [AngularJS's commit message convention](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines) .
- The change of each commit as small as possible.
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.2.1
VERSION_CODE=33
VERSION_NAME=1.2.2
VERSION_CODE=34
BUILD_TOOLS_VERSION=24.0.2
COMPILE_SDK_VERSION=24

Expand Down

0 comments on commit dc448ea

Please sign in to comment.