Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 22, 2018
1 parent ffcef5b commit 3d55073
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ And this to your module build.gradle:

```groovy
dependencies {
compile 'com.github.proxer:ProxerLibJava:4.5.1'
compile 'com.github.proxer:ProxerLibJava:4.5.2'
}
```

You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.1/ProxerLibJava-4.5.1.jar), if you prefer.
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.2/ProxerLibJava-4.5.2.jar), if you prefer.

> Note that this jar does not come with the required dependencies. You have to include those manually in that case.
Expand Down Expand Up @@ -270,7 +270,7 @@ If you are using ProGuard, the following config is required:

### More

You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.1/javadoc/).
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.2/javadoc/).

## Working on the library

Expand Down

0 comments on commit 3d55073

Please sign in to comment.