Skip to content

Commit

Permalink
༼ つ ◕_◕ ༽つ giving version 0.1.2 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Wittchen committed Oct 1, 2015
1 parent 1a28b9a commit 6f3f5dd
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 @@ -130,15 +130,15 @@ You can depend on the library through Maven:
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivenetwork</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
```

or through Gradle:

```groovy
dependencies {
compile 'com.github.pwittchen:reactivenetwork:0.1.1'
compile 'com.github.pwittchen:reactivenetwork:0.1.2'
}
```

Expand Down

0 comments on commit 6f3f5dd

Please sign in to comment.