Skip to content

Commit e906faf

Browse files
committed
Prepare for release 2.2.2.
1 parent d5eefa4 commit e906faf

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Change Log
22
==========
33

4+
## Version 2.2.2
5+
6+
_2019-01-28_
7+
8+
* Fix: Make `Pipe.fold()` close the underlying sink when necessary.
9+
10+
11+
## Version 1.17.3
12+
13+
_2019-01-28_
14+
15+
* Fix: Make `Pipe.fold()` close the underlying sink when necessary.
16+
17+
418
## Version 1.17.2
519

620
_2019-01-17_

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -642,12 +642,12 @@ Download [the latest JAR][2] or grab via Maven:
642642
<dependency>
643643
<groupId>com.squareup.okio</groupId>
644644
<artifactId>okio</artifactId>
645-
<version>2.2.0</version>
645+
<version>2.2.2</version>
646646
</dependency>
647647
```
648648
or Gradle:
649649
```groovy
650-
compile 'com.squareup.okio:okio:2.2.0'
650+
compile 'com.squareup.okio:okio:2.2.2'
651651
```
652652

653653
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

gradle.properties

+1-1
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.3.0-SNAPSHOT
4+
VERSION_NAME=2.2.2
55

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

0 commit comments

Comments
 (0)