diff --git a/README.md b/README.md index 9e4a0b64..9eb6e2a4 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ And this to your module build.gradle: ```groovy dependencies { - implementation 'com.github.proxer:ProxerLibJava:5.3.0' + implementation 'com.github.proxer:ProxerLibJava:5.4.0' } ``` You can also download the `jar` directly -from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.3.0/ProxerLibJava-5.3.0.jar), if you prefer. +from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.4.0/ProxerLibJava-5.4.0.jar), if you prefer. > Note that this jar does not come with the required dependencies. You have to include those manually in that case. @@ -271,7 +271,7 @@ If you need to provide the config yourself (e.g. when using an older ProGuard ve ### More -You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.3.0/javadoc/). +You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.4.0/javadoc/). ## Working on the library diff --git a/gradle/versions.gradle b/gradle/versions.gradle index 37b450ef..7a3c42bb 100644 --- a/gradle/versions.gradle +++ b/gradle/versions.gradle @@ -1,5 +1,5 @@ ext { - version = "5.3.0" + version = "5.4.0" group = "com.github.proxer" gradleVersion = "6.7.1"