Skip to content

Commit f55585b

Browse files
committed
Bump version
1 parent 259afc9 commit f55585b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

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

2626
You can also download the `jar` directly
27-
from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.1/ProxerLibJava-5.2.1.jar), if you prefer.
27+
from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.3.0/ProxerLibJava-5.3.0.jar), if you prefer.
2828

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

272272
### More
273273

274-
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.1/javadoc/).
274+
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.3.0/javadoc/).
275275

276276
## Working on the library
277277

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.2.1"
2+
version = "5.3.0"
33
group = "com.github.proxer"
44

55
gradleVersion = "6.7.1"

0 commit comments

Comments
 (0)