Skip to content

Commit 3ec90c4

Browse files
committed
Bump version
1 parent 8eb497b commit 3ec90c4

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

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

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

262262
### More
263263

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

266266
## Working on the library
267267

build.gradle

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

55
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)