Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
bumping version to 2.0.1 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Wittchen committed Aug 9, 2015
1 parent 14fdb9f commit cf04768
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 @@ -222,15 +222,15 @@ You can depend on the library through Maven:
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>networkevents</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

or through Gradle:

```groovy
dependencies {
compile 'com.github.pwittchen:networkevents:2.0.0'
compile 'com.github.pwittchen:networkevents:2.0.1'
}
```

Expand Down

0 comments on commit cf04768

Please sign in to comment.