Skip to content

Commit 7663819

Browse files
committed
Prepare for release 2.4.1
1 parent 642b47b commit 7663819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ Releases
642642
Our [change log][changelog] has release history.
643643

644644
```kotlin
645-
implementation("com.squareup.okio:okio:2.4.0")
645+
implementation("com.squareup.okio:okio:2.4.1")
646646
```
647647

648648
Snapshot builds are [available][snap].

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
22

33
GROUP=com.squareup.okio
4-
VERSION_NAME=2.5.0-SNAPSHOT
4+
VERSION_NAME=2.4.1
55

66
POM_DESCRIPTION=A modern I/O API for Java
77

0 commit comments

Comments
 (0)