Skip to content

Commit c2fb789

Browse files
author
Mahmoud Ben Hassine
committed
update version to 0.4
1 parent 78ab25d commit c2fb789

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/UnixStream?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.3|)
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|)
66
[![Build Status](https://travis-ci.org/benas/UnixStream.svg?branch=master)](https://travis-ci.org/benas/UnixStream)
77

88
UnixStream is an extension of the Java 8 Stream API to process data pipelines the Unix way.
@@ -70,11 +70,11 @@ Add the following maven dependency to your project:
7070
<dependency>
7171
<groupId>io.github.benas</groupId>
7272
<artifactId>unix-stream</artifactId>
73-
<version>0.3</version>
73+
<version>0.4</version>
7474
</dependency>
7575
```
7676

77-
Or [download the jar file](https://oss.sonatype.org/content/groups/public/io/github/benas/unix-stream/0.3/unix-stream-0.3.jar) and add it to your application's classpath.
77+
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.
7878

7979
# Components library
8080

0 commit comments

Comments
 (0)