Skip to content

Commit

Permalink
Merge pull request #330 from lingochamp/chore/upgrade
Browse files Browse the repository at this point in the history
doc: upgrade CHANGELOG.MD for version 1.0.6
  • Loading branch information
Jacksgong authored Nov 2, 2019
2 parents 86caf12 + 80dc88e commit 48e2579
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 1.0.6

_2019-10-30_

#### Feature

- Add kotlin enhance the library to make OkDownload more concise.

#### Bug Fix

- Fix cannot read instance length with range 0-0 and response code 200. closes #256
- Fix `ConcurrentModificationException` in `DownloadCall`. closes #304

### 1.0.5

_2018-11-05_
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true

GROUP=com.liulishuo.okdownload
VERSION_NAME=1.0.6-SNAPSHOT
VERSION_NAME=1.0.6

POM_URL=https://github.com/lingochamp/okdownload/
ISSUE_URL=https://github.com/lingochamp/okdownload/issues/
Expand Down

0 comments on commit 48e2579

Please sign in to comment.