Skip to content

Commit

Permalink
Prepare for release 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
swankjesse committed Aug 26, 2019
1 parent 1ab5136 commit 35a6919
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

### Version 2.4.0

_2019-08-26_

* New: Upgrade to Kotlin 1.3.50.


### Version 2.3.0

_2019-07-29_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Releases
Our [change log][changelog] has release history.

```kotlin
implementation("com.squareup.okio:okio:2.3.0")
implementation("com.squareup.okio:okio:2.4.0")
```

Snapshot builds are [available][snap].
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs='-Dfile.encoding=UTF-8'

GROUP=com.squareup.okio
VERSION_NAME=2.4.0-SNAPSHOT
VERSION_NAME=2.4.0

POM_DESCRIPTION=A modern I/O API for Java

Expand Down

0 comments on commit 35a6919

Please sign in to comment.