Skip to content

Commit

Permalink
Bump README.md release
Browse files Browse the repository at this point in the history
  • Loading branch information
pakoito authored Aug 5, 2016
1 parent 24b5e53 commit 8564a0d
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 @@ -17,7 +17,7 @@ Add as a dependency to your `build.gradle`
dependencies {
...
compile 'com.github.pakoito:RxSealedUnions:1.0.0'
compile 'com.github.pakoito:RxSealedUnions:1.0.1'
...
}
```
Expand All @@ -35,7 +35,7 @@ or to your `pom.xml`
<dependency>
<groupId>com.github.pakoito</groupId>
<artifactId>RxSealedUnions</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down

0 comments on commit 8564a0d

Please sign in to comment.