Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mashkov committed Feb 5, 2020
1 parent c9217e1 commit bfb6372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1.3.1
> Published 4 Feb 2020
> Published 5 Feb 2020
* Introduced experimental client timeout feature
* Fixed OkHttp leaking threads
Expand All @@ -22,6 +22,7 @@
* Fixed Auth retry logic (#1051)
* Fixed ApplicationRequest.remoteHost to not report "unknown"
* Fixed corrupted headers in CIO client and server on Android
* Improved server cancellation handling

# 1.3.0
> 14 Jan 2020
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin.code.style=official

# config
version=1.3.1-SNAPSHOT
version=1.3.1
kotlin.incremental.js=true
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
Expand Down

0 comments on commit bfb6372

Please sign in to comment.