Skip to content

Commit e4533d4

Browse files
committed
Bump version
1 parent c11eab5 commit e4533d4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ And this to your module build.gradle:
1919

2020
```groovy
2121
dependencies {
22-
implementation 'com.github.proxer:ProxerLibJava:5.1.1'
22+
implementation 'com.github.proxer:ProxerLibJava:5.2.0'
2323
}
2424
```
2525

26-
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.1.1/ProxerLibJava-5.1.1.jar), if you prefer.
26+
You can also download the `jar` directly
27+
from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.0/ProxerLibJava-5.2.0.jar), if you prefer.
2728

2829
> Note that this jar does not come with the required dependencies. You have to include those manually in that case.
2930
@@ -261,7 +262,7 @@ If you need to provide the config yourself (e.g. when using an older ProGuard ve
261262

262263
### More
263264

264-
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.1.1/javadoc/).
265+
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.0/javadoc/).
265266

266267
## Working on the library
267268

gradle/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
version = "5.1.1"
2+
version = "5.2.0"
33
group = "com.github.proxer"
44

55
gradleVersion = "6.7.1"

0 commit comments

Comments
 (0)