Skip to content

Commit e194242

Browse files
committed
update README.md for version 0.5
1 parent 56f55fb commit e194242

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/benas/unix-stream?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT)
5-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.benas/unix-stream/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|io.github.benas|unix-stream|0.4|)
5+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.benas/unix-stream/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|io.github.benas|unix-stream|0.5|)
66
[![Build Status](https://travis-ci.org/benas/unix-stream.svg?branch=master)](https://travis-ci.org/benas/unix-stream)
77
[![Coverage Status](https://coveralls.io/repos/github/benas/unix-stream/badge.svg?branch=master)](https://coveralls.io/github/benas/unix-stream?branch=master)
88

@@ -71,11 +71,11 @@ Add the following maven dependency to your project:
7171
<dependency>
7272
<groupId>io.github.benas</groupId>
7373
<artifactId>unix-stream</artifactId>
74-
<version>0.4</version>
74+
<version>0.5</version>
7575
</dependency>
7676
```
7777

78-
Or [download the jar file](https://oss.sonatype.org/content/groups/public/io/github/benas/unix-stream/0.4/unix-stream-0.4.jar) and add it to your application's classpath.
78+
Or [download the jar file](https://oss.sonatype.org/content/groups/public/io/github/benas/unix-stream/0.5/unix-stream-0.5.jar) and add it to your application's classpath.
7979

8080
# Components library
8181

0 commit comments

Comments
 (0)