Skip to content

Commit

Permalink
Release RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Sep 14, 2016
1 parent 7d0487a commit 86ed64a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ and interactive dataflows.**

```groovy
dependencies {
compile 'com.github.akarnokd:ixjava:1.0.0-RC2'
compile 'com.github.akarnokd:ixjava:1.0.0-RC3'
}
```

**ivy**

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.0-RC2
version=1.0.0-RC3

0 comments on commit 86ed64a

Please sign in to comment.