Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit be71a91

Browse files
committed
Update Readme + index.html
1 parent 39bc5bc commit be71a91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ of using android-retrostreams might be the more promising approach.
3636
The [online Javadoc](https://retrostreams.github.io/android-retrostreams/apidocs/index.html) gives a
3737
picture of the API changes.
3838

39-
The current stable release of retrostreams is `android-retrostreams-1.7.0`.
39+
The current stable release of retrostreams is `android-retrostreams-1.7.1`.
4040

4141
Please give feedback [here](https://github.com/retrostreams/android-retrostreams/issues) if you experience
4242
any problems.
@@ -46,7 +46,7 @@ any problems.
4646

4747
```gradle
4848
dependencies {
49-
compile 'net.sourceforge.streamsupport:android-retrostreams:1.7.0'
49+
compile 'net.sourceforge.streamsupport:android-retrostreams:1.7.1'
5050
}
5151
```
5252

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ <h3 id="javadoc">Javadoc online</h3>
3737
<h3 id="files">Downloads</h3>
3838

3939
<ul>
40-
<li><a href="https://github.com/retrostreams/android-retrostreams/releases/download/1.7.0/android-retrostreams-1.7.0.jar">android-retrostreams-1.7.0.jar</a> - Java 8 Jar file (Bytecode version 52)</li>
41-
<li><a href="https://github.com/retrostreams/android-retrostreams/releases/download/1.7.0/android-retrostreams-1.7.0-javadoc.jar">android-retrostreams-1.7.0-javadoc.jar</a> - Javadoc API documentation</li>
42-
<li><a href="https://github.com/retrostreams/android-retrostreams/archive/1.7.0.zip">android-retrostreams-1.7.0-src.zip</a> - Java source code</li>
40+
<li><a href="https://github.com/retrostreams/android-retrostreams/releases/download/1.7.1/android-retrostreams-1.7.1.jar">android-retrostreams-1.7.1.jar</a> - Java 8 Jar file (Bytecode version 52)</li>
41+
<li><a href="https://github.com/retrostreams/android-retrostreams/releases/download/1.7.1/android-retrostreams-1.7.1-javadoc.jar">android-retrostreams-1.7.1-javadoc.jar</a> - Javadoc API documentation</li>
42+
<li><a href="https://github.com/retrostreams/android-retrostreams/archive/1.7.1.zip">android-retrostreams-1.7.1-src.zip</a> - Java source code</li>
4343
</ul>
4444

4545

0 commit comments

Comments
 (0)