Skip to content

Commit c3530a6

Browse files
committed
Bump version
1 parent 6f830c5 commit c3530a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
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-
implementation 'com.github.proxer:ProxerLibJava:5.1.0'
22+
implementation 'com.github.proxer:ProxerLibJava:5.1.1'
2323
}
2424
```
2525

26-
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.1.0/ProxerLibJava-5.1.0.jar), if you prefer.
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.
2727

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

241241
### More
242242

243-
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.1.0/javadoc/).
243+
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.1.1/javadoc/).
244244

245245
## Working on the library
246246

gradle/versions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
version = "5.1.0"
2+
version = "5.1.1"
33
group = "com.github.proxer"
44

55
gradleVersion = "5.6.2"

0 commit comments

Comments
 (0)