Skip to content

Commit a53a17a

Browse files
committed
Bump version
1 parent 0553891 commit a53a17a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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:3.0.3'
22+
compile 'com.github.proxer:ProxerLibJava:3.2.1'
2323
}
2424
```
2525

26-
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.0.3/ProxerLibJava-3.0.3.jar), if you prefer.
26+
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.2.1/ProxerLibJava-3.2.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
@@ -267,7 +267,7 @@ If you are using ProGuard, the following config is required:
267267

268268
### More
269269

270-
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.0.3/javadoc/).
270+
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.2.1/javadoc/).
271271

272272
## Working on the library
273273

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
version = '3.2.0'
3+
version = '3.2.1'
44
group = 'com.github.proxer'
55

66
gradleVersionsPluginVersion = '0.15.0'

0 commit comments

Comments
 (0)