diff --git a/README.md b/README.md index 5711a686..562c5f02 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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