Skip to content

Commit

Permalink
Update readme to reference 1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Jul 15, 2016
1 parent 01ae5f3 commit c9efbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ and interactive dataflows.**

```
dependencies {
compile "com.github.akarnokd:ixjava:1.0.0"
compile "com.github.akarnokd:ixjava:1.0.0-RC1"
}
```

**ivy**

```
<dependencies>
<dependency org="com.github.akarnokd" name="ixjava" rev="1.0.0" />
<dependency org="com.github.akarnokd" name="ixjava" rev="1.0.0-RC1" />
</dependencies>
```

Expand Down

0 comments on commit c9efbb5

Please sign in to comment.