diff --git a/README.md b/README.md index e0b0bad1..5711a686 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.0' + compile 'com.github.proxer:ProxerLibJava:4.5.1' } ``` -You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.0/ProxerLibJava-4.5.0.jar), if you prefer. +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. > 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.0/javadoc/). +You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.1/javadoc/). ## Working on the library diff --git a/gradle/versions.gradle b/gradle/versions.gradle index 1aab26da..6ed21270 100644 --- a/gradle/versions.gradle +++ b/gradle/versions.gradle @@ -1,5 +1,5 @@ ext { - version = '4.5.0' + version = '4.5.1' group = 'com.github.proxer' gradleVersion = '4.10.1'