Skip to content

Commit d5f562a

Browse files
committed
Bump version
1 parent f1dd210 commit d5f562a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

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

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

@@ -257,7 +257,7 @@ If you are using ProGuard, the following config is required:
257257

258258
### More
259259

260-
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.0.0/javadoc/).
260+
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.0.1/javadoc/).
261261

262262
## Working on the library
263263

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.0'
2+
version = '3.0.1'
33
group = 'com.github.proxer'
44

55
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)