Skip to content

Commit 3d55073

Browse files
committed
Update version in README
1 parent ffcef5b commit 3d55073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

2020
```groovy
2121
dependencies {
22-
compile 'com.github.proxer:ProxerLibJava:4.5.1'
22+
compile 'com.github.proxer:ProxerLibJava:4.5.2'
2323
}
2424
```
2525

26-
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.
26+
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.
2727

2828
> Note that this jar does not come with the required dependencies. You have to include those manually in that case.
2929
@@ -270,7 +270,7 @@ If you are using ProGuard, the following config is required:
270270

271271
### More
272272

273-
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.1/javadoc/).
273+
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.2/javadoc/).
274274

275275
## Working on the library
276276

0 commit comments

Comments
 (0)